gtkAdjustmentNew {RGtk2} | R Documentation |
Creates a new GtkAdjustment
.
gtkAdjustmentNew(value = NULL, lower = NULL, upper = NULL, step.incr = NULL, page.incr = NULL, page.size = NULL)
|
[numeric] the initial value. |
|
[numeric] the minimum value. |
|
[numeric] the maximum value. |
|
[numeric] the step increment. |
|
[numeric] the page increment. |
|
[numeric] the page size. |
[GtkObject
] a new GtkAdjustment
.
Derived by RGtkGen from GTK+ documentation