Inheritance diagram for Range:
Public Member Functions | |
void | setUpdatePolicy (GtkUpdateType policy) |
Sets the range update policy. | |
GtkUpdateType | getUpdatePolicy () |
Gets the range update policy. | |
void | setAdjustment (Adjustment adjustment) |
Sets the adjustment for this range. | |
Adjustment | getAdjustment () |
Gets the adjustment associated with thi range. | |
void | setInverted (bit setting) |
Sets the inverted state. | |
bit | getINverted () |
Gets the inverted state. | |
void | setIncrements (gdouble step, gdouble page) |
Sets this range increments. | |
void | setRange (gdouble min, gdouble max) |
Sets this Range valid range. | |
void | setValue (gdouble value) |
Sets the range value. | |
gdouble | getValue () |
Gets the current value. | |
Static Public Member Functions | |
GType | getType () |
Gets this class type. |
|
Gets the adjustment associated with thi range.
|
|
Gets the inverted state.
|
|
Gets this class type.
Reimplemented from Widget. Reimplemented in HScale, HScrollbar, Scale, Scrollbar, VScale, and VScrollbar. |
|
Gets the range update policy.
|
|
Gets the current value.
|
|
Sets the adjustment for this range.
|
|
Sets this range increments.
|
|
Sets the inverted state.
|
|
Sets this Range valid range.
|
|
Sets the range update policy.
|
|
Sets the range value.
|