#include <Fl_Style.h>
Inheritance diagram for Fl_Style:

Public Methods | |
| Fl_Style () | |
| bool | dynamic () const |
Static Public Methods | |
| Fl_Style * | find (const char *name) |
| void | revert () |
| Fl_Theme | theme () |
| void | theme (Fl_Theme f) |
| Fl_Theme | load_theme (const char *) |
| void | load_theme () |
| void | reload_theme () |
| const char * | scheme () |
| void | scheme (const char *f) |
Public Attributes | |
| const Fl_Style * | parent |
| void(* | revertfunc )(Fl_Style *) |
| Fl_Boxtype | box |
| Fl_Boxtype | button_box |
| Fl_Boxtype | focus_box |
| Fl_Glyph | glyph |
| Fl_Font | label_font |
| Fl_Font | text_font |
| Fl_Labeltype | label_type |
| Fl_Color | color |
| Fl_Color | button_color |
| Fl_Color | label_color |
| Fl_Color | selection_color |
| Fl_Color | selection_text_color |
| Fl_Color | highlight_color |
| Fl_Color | highlight_label_color |
| Fl_Color | text_color |
| unsigned | label_size |
| unsigned | text_size |
| unsigned | leading |
Static Public Attributes | |
| bool | draw_boxes_inactive |
| unsigned | scrollbar_width |
| Fl_Flags | scrollbar_align |
| int | wheel_scroll_lines |
Definition at line 39 of file Fl_Style.h.
1.2.15