#include <ubuttons.hpp>
Inheritance diagram for ubit::ULinkbutton:
Public Member Functions | |
ULinkbutton (const UArgs &a=UArgs::none) | |
create a "link" button (simulates a hyperlink). | |
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!). |
resembles an HTML link (no border and specific properties). See UButton.
UStyle * ubit::ULinkbutton::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.