Class for panel with buttons. Inherit properties and methods of class UIHBox.
UIButtonBar() --> UIButtonBar object
| UIBUTTONBAR | Condtructor. |
bb := UIButtonBar()
bb:add( UIButton(, "&Ok", {|o,e| ok_function() } ) )
bb:add( UIButton(, "&Cancel", {|o,e| exit_function() } ) )Andrey Cherepanov <<skull@eas.lrn.ru>>
No dependies of platform.
Condtructor.
UIButtonBar()
No arguments
Returns NIL.