#include <ubuttons.hpp>
Inheritance diagram for ubit::UItem:
Public Member Functions | |
UItem (const UArgs &=UArgs::none) | |
creates a new "item" button. | |
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!). |
Same behavior as UButton but with a different decoration (no visible border). UItems are typically used as UListbox or UTrow children.
Properties and callbacks:
UStyle * ubit::UItem::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.