General purpose widgets. More...
Classes | |
class | tristate_button |
class | floating_textbox |
class | button |
class | scrollarea |
class | scrollbar |
Scrollbar. More... | |
class | textbox |
class | widget |
Enumerations | |
enum | TEXTBOX_MODE { TEXTBOX_NONE , TEXTBOX_SEARCH , TEXTBOX_MESSAGE , TEXTBOX_COMMAND , TEXTBOX_AI } |
Functions | |
static bool | is_valid_image (const std::string &str) |
Variables | |
const int | default_font_size = font::SIZE_BUTTON |
General purpose widgets.
This module primarily contains a number of common, general purpose widgets for the construction of composite user interfaces.
enum gui::TEXTBOX_MODE |
Enumerator | |
---|---|
TEXTBOX_NONE | |
TEXTBOX_SEARCH | |
TEXTBOX_MESSAGE | |
TEXTBOX_COMMAND | |
TEXTBOX_AI |
Definition at line 30 of file floating_textbox.hpp.
|
static |
Definition at line 381 of file button.cpp.
References IMAGE_PREFIX.
Referenced by gui::button::set_image(), and gui::button::set_label().
const int gui::default_font_size = font::SIZE_BUTTON |
Definition at line 39 of file button.cpp.