gwenhywfar
4.3.3
|
#include <fx.h>
#include <gwen-gui-fox16/fox16_gui.hpp>
Go to the source code of this file.
Data Structures | |
class | ThemeButton |
class | ThemeComboBox |
class | ThemeHeaderItem |
class | ThemeHorizontalFrame |
class | ThemeLabel |
class | ThemeMenuButton |
class | ThemeTabItem |
class | ThemeTextField |
class | ThemeVerticalFrame |
Defines | |
#define | THEMEBUTTON ThemeButton |
#define | THEMECOMBOBOX ThemeComboBox |
#define | THEMEHEADERITEM ThemeHeaderItem |
#define | THEMEHORIZONTALFRAME ThemeHorizontalFrame |
#define | THEMELABEL ThemeLabel |
#define | THEMEMENUBUTTON ThemeMenuButton |
#define | THEMETABITEM ThemeTabItem |
#define | THEMETEXTFIELD ThemeTextField |
#define | THEMEVERTICALFRAME ThemeVerticalFrame |
Functions | |
FOX16GUI_API void | init_theme (FXApp *app) |
#define THEMEBUTTON ThemeButton |
This header is only needed for the definition of "FOX16GUI_API" which is used in the declaration of all exported classes and methods. If you want to use these themed widgets in your own projects you should remove this include here and all occurrences of "FOX16GUI_API".
Definition at line 23 of file theme.h.
Referenced by FOX16_GuiDialog::getCharProperty(), FOX16_GuiDialog::setCharProperty(), and FOX16_GuiDialog::setupTree().
#define THEMECOMBOBOX ThemeComboBox |
Definition at line 25 of file theme.h.
Referenced by FOX16_GuiDialog::getCharProperty(), FOX16_GuiDialog::getIntProperty(), FOX16_GuiDialog::setCharProperty(), FOX16_GuiDialog::setIntProperty(), and FOX16_GuiDialog::setupTree().
#define THEMEHEADERITEM ThemeHeaderItem |
#define THEMELABEL ThemeLabel |
#define THEMEMENUBUTTON ThemeMenuButton |
#define THEMETABITEM ThemeTabItem |
Definition at line 31 of file theme.h.
Referenced by FOX16_GuiDialog::getCharProperty(), FOX16_GuiDialog::setCharProperty(), and FOX16_GuiDialog::setupTree().
#define THEMETEXTFIELD ThemeTextField |
#define THEMEVERTICALFRAME ThemeVerticalFrame |
FOX16GUI_API void init_theme | ( | FXApp * | app | ) |