#include <uboxes.hpp>
Inheritance diagram for ubit::UBar:

Public Member Functions | |
| UBar (const UArgs &a=UArgs::none) | |
Static Public Member Functions | |
| static UStyle * | createStyle () |
| < important: all subclasses MUST contain this declaration. static function that returns the UStyle of this class (see details!). | |
Friends | |
| UBar & | ubar (const UArgs &a=UArgs::none) |
| create an horizontal bar. | |
This class is similar to UHbox but with a specific ("toolbar like") decoration. Buttons included in this object are displayed in a specific way (their border does not appear, etc.)
See class UBox for details. See also: class UMenubar for creating menu bars
| UStyle * ubit::UBar::createStyle | ( | ) | [static] |
< important: all subclasses MUST contain this declaration. static function that returns the UStyle of this class (see details!).
this macro defines the UClass that corresponds to this class and:
Reimplemented from ubit::UBox.
Reimplemented in ubit::UMenubar.
1.4.7