search for: timer_continuous

Displaying 1 result from an estimated 1 matches for "timer_continuous".

Did you mean: timer_continuos
2007 Apr 16
0
[968] branches/wxruby2/wxwidgets_282/swig/RubyConstants.i: Added missing TIMER_ONE_SHOT and TIMER_CONTINUOS constants for Timer#start.
...----------------------------------------------------- ** </span><ins>+// Start constants from wx/timer.h +//** ---------------------------------------------------------------------------- ** + +// generate notifications periodically until the timer is stopped (default) +%constant bool TIMER_CONTINUOUS = false; + +// only send the notification once and then stop the timer +%constant bool TIMER_ONE_SHOT = true; + +//** ---------------------------------------------------------------------------- ** </ins><span class="cx"> // Start SWIG fixes for constants </span><sp...