Description Usage Arguments Value Examples
Basic spinbutton
| 1 2 3 | 
| from | from value | 
| to | to | 
| by | by. From to by are same as seq() usage | 
| value | initial value | 
| handler | optional handler bound via
 | 
| action | optional value to paramaterize handler | 
| container | parent container | 
| ... | passed along to  | 
| 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 | 
an GSpinbutton reference class instance
| 1 2 3 | w <- gwindow()
sb <- gstatusbar("Powered by gWidgetsWWW and Rook", cont=w)
sp <- gspinbutton(cont=w)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.