gtkAdjustmentNew {RGtk2}R Documentation

gtkAdjustmentNew

Description

Creates a new GtkAdjustment.

Usage

gtkAdjustmentNew(value = NULL, lower = NULL, upper = NULL, step.incr = NULL, page.incr = NULL, page.size = NULL)

Arguments

value

the initial value.

lower

the minimum value.

upper

the maximum value.

step.incr

the step increment.

page.incr

the page increment.

page.size

the page size.

Value

[GtkObject] a new GtkAdjustment.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]