gtkAdjustmentNew: gtkAdjustmentNew

Description Usage Arguments Value Author(s)

View source: R/gtkFuncs.R

Description

Creates a new GtkAdjustment.

Usage

1
2
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


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.