#include <uboxes.hpp>
Inheritance diagram for ubit::UStatusbar:
Public Member Functions | |
UStatusbar (const UArgs &a=UArgs::none) | |
create a new status bar. | |
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 | |
UStatusbar & | ustatusbar (const UArgs &a=UArgs::none) |
This class is similar to UHbox but with a specific ("statusbar like") decoration. Buttons included in this object are also displayed in a specific way (their border won't appear, etc.)
See class UBox for details.
UStyle * ubit::UStatusbar::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.