Description Usage Arguments Examples
constructor to add a status bar to main window
generic for toolkit dispatch
1 2 3 | gstatusbar(text = "", container = NULL, ..., toolkit = guiToolkit())
.gstatusbar(toolkit, text = "", container = NULL, ...)
|
text |
inital status text |
container |
A parent container. When a widget is created it can be incorporated into the widget heirarchy by passing in a parent container at construction time. (For some toolkits this is not optional, e.g. gWidgets2tcltk or gWidgets2WWW2.) |
... |
These values are passed to the |
toolkit |
Each widget constructor is passed in the toolkit it
will use. This is typically done using the default, which will
lookup the toolkit through |
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.