#include <ubox.hpp>
Inheritance diagram for UBar:

Public Member Functions | |
| UBar (const UArgs &a=UArgs::none) | |
| constructor; see also ~UGroup and the creator shortcut ubar() | |
| virtual const UStyle & | getStyle (UContext *) const |
Static Public Member Functions | |
| static const UStyle & | makeStyle () |
Static Public Attributes | |
| static UStyle * | style = null |
Friends | |
| UBar & | ubar (const UArgs &a=UArgs::none) |
| creator shortcut that is equivalent to: *new UBar() | |
This class is similar to UHbox but with a specific ("toolbar like") decoration. Buttons included in this object will also be displayed in a specific way (their border won't appear, etc.)
Geometry: see class UBox for details.
See also: classes UMenu and UMenubar for creating menus and menu bars
1.4.1