|
NXWidgets
1.19
|
#include <cwidgetstyle.hxx>
Public Attributes | |
| CWidgetColors | colors |
| CNxFont * | font |
Class providing the default colors and fonts for all widgets. This information is copied into the widgets when they are constructed, so you will need to change these values before creating any widgets if you want those widgets to use the altered colors.
If the font objects are set, NXWidgets will use them in preference to the default system fonts.
Definition at line 125 of file cwidgetstyle.hxx.
| CWidgetColors NXWidgets::CWidgetStyle::colors |
Default widget colors
Definition at line 128 of file cwidgetstyle.hxx.
| CNxFont* NXWidgets::CWidgetStyle::font |
Default font
Definition at line 129 of file cwidgetstyle.hxx.
1.8.13