search for: gauge_setvalue

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

2007 Apr 13
0
[949] branches/wxruby2/wxwidgets_282: Changes in Gauge API 2.6->2.8, remove comment cruft in header
...t;> </span><span class="cx"> A gauge is a horizontal or vertical bar which shows a quantity (often time). </span><ins>+ +Gauge supports two working modes: determinate and indeterminate progress. + +The first is the usual working mode (see "set_value":#Gauge_setvalue +and "set_range":#Gauge_setrange) while the second can be used when +the program is doing some processing but you don''t know how much progress is +being done. +In this case, you can periodically call the "Pulse":gaugepulse.html +function to make the progress bar switch...