Module dui.Range
| Constructor Summary | |
|---|---|
|
(GtkWidget* gtkWidget) |
|
| Methods Summary | |
|---|---|
| : |
staticGTypegetType() Gets this class type |
| public 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 |