Documentation
Table of Contents
The gaugelib library includes two gauge dialog implementations, one of which allows multiple gauges to be shown in the same dialog and managed separately. These dialogs can be used to provide a progress meter as feedback during routines.
Objects of type gaugedialog have no value, and it is an error to try to get or set this value.
gaugedialog.new (
gaugedialog ,
type(wxdialogparent) me,
integer parent,
integer left,
integer top,
integer width,
integer height,
string range,
boolean title,
boolean showcancelbutton,
integer knowntotal )
error
| Property | Type | Description |
|---|---|---|
| close | function | |
| currentposition | integer | |
| d | wxdialog | |
| f | wxform | |
| forwards | boolean | |
| height | integer | |
| knowntotal | boolean | |
| left | integer | |
| parent | type(wxdialogparent) | |
| range | integer | |
| setgaugeposition | function | |
| setrange | function | |
| settitle | function | |
| setupforunknownpos | function | |
| show | function | |
| showcancelbutton | boolean | |
| solid | boolean | |
| title | string | |
| top | integer | |
| type | type | |
| usercanceled | boolean | |
| width | integer |



