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