#include <ubuttons.hpp>
Inheritance diagram for ubit::USepar:
Public Member Functions | |
USepar (const UArgs &=UArgs::none) | |
create a new separator. | |
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!). |
ubit::USepar::USepar | ( | const UArgs & | = UArgs::none |
) |
create a new separator.
the orientation of the separator depends on the orientation of the parent container
UStyle * ubit::USepar::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.