gspinbutton: Basic spinbutton

Description Usage Arguments Value Examples

Description

Basic spinbutton

Usage

1
2
3
  gspinbutton(from = 0, to = 100, by = 1, value = from,
    handler = NULL, action = NULL, container = NULL, ...,
    width = NULL, height = NULL, ext.args = NULL)

Arguments

from

from value

to

to

by

by. From to by are same as seq() usage

value

initial value

handler

optional handler bound via addHandlerChanged

action

optional value to paramaterize handler

container

parent container

...

passed along to add call of the container. Can be used to adjust layout parameters. May also have other uses.

width

a pre-specified width (in pixels) for the widget

height

a pre-specified height (in pixels) for the widget

ext.args

A list of extra arguments to pass to the ExtJS constructor

Value

an GSpinbutton reference class instance

Examples

1
2
3
w <- gwindow()
sb <- gstatusbar("Powered by gWidgetsWWW and Rook", cont=w)
sp <- gspinbutton(cont=w)

jverzani/gWidgetsWWW2.rapache documentation built on May 20, 2019, 5:19 a.m.