#include <ubuttons.hpp>
Inheritance diagram for ubit::UFlatbutton:
Public Member Functions | |
UFlatbutton (const UArgs &a=UArgs::none) | |
creates a "flat" 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!). |
has a "flat" square border See UButton.
UStyle * ubit::UFlatbutton::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::UButton.