Class of statusbar.
UIStatusBar() --> UIStatusBar object
HIDE | Hide statusbar. |
SETTEXT | Change text on statusbar. |
SHOW | Show/hide statusbar. |
UISTATUSBAR | Constructor. Create statusbar. |
sbar := UIStatusBar() sbar:setText("Ready.")
Andrey Cherepanov <<skull@eas.lrn.ru>>
No dependies of platform.
Hide statusbar.
hide()
No arguments
Returns NIL.
Change text on statusbar.
setText(<text>)
Returns NIL.
Show/hide statusbar.
show([<f>])
Returns NIL.
Constructor. Create statusbar.
UIStatusBar() --> UIStatusBar object
No arguments
Returns NIL.