Data Fields | |
| int | refcount |
| MetaFrameStyleSet * | parent |
| MetaFrameStyle * | normal_styles [META_FRAME_RESIZE_LAST][META_FRAME_FOCUS_LAST] |
| MetaFrameStyle * | maximized_styles [META_FRAME_FOCUS_LAST] |
| MetaFrameStyle * | shaded_styles [META_FRAME_RESIZE_LAST][META_FRAME_FOCUS_LAST] |
| MetaFrameStyle * | maximized_and_shaded_styles [META_FRAME_FOCUS_LAST] |
Not all window types actually get a frame.
A theme contains one of these objects for each type of window (each MetaFrameType), that is, normal, dialogue (modal and non-modal), etc.
This corresponds closely to the <frame_style_set> tag in a theme file.
Definition at line 749 of file theme.h.
Definition at line 751 of file theme.h.
Referenced by meta_frame_style_set_new(), meta_frame_style_set_ref(), and meta_frame_style_set_unref().
Definition at line 752 of file theme.h.
Referenced by get_style(), meta_frame_style_set_new(), and meta_frame_style_set_unref().
| MetaFrameStyle* _MetaFrameStyleSet::normal_styles[META_FRAME_RESIZE_LAST][META_FRAME_FOCUS_LAST] |
Definition at line 753 of file theme.h.
Referenced by get_style(), meta_frame_style_set_unref(), and parse_style_set_element().
| MetaFrameStyle* _MetaFrameStyleSet::maximized_styles[META_FRAME_FOCUS_LAST] |
Definition at line 754 of file theme.h.
Referenced by get_style(), meta_frame_style_set_unref(), and parse_style_set_element().
| MetaFrameStyle* _MetaFrameStyleSet::shaded_styles[META_FRAME_RESIZE_LAST][META_FRAME_FOCUS_LAST] |
Definition at line 755 of file theme.h.
Referenced by get_style(), meta_frame_style_set_unref(), and parse_style_set_element().
| MetaFrameStyle* _MetaFrameStyleSet::maximized_and_shaded_styles[META_FRAME_FOCUS_LAST] |
Definition at line 756 of file theme.h.
Referenced by get_style(), meta_frame_style_set_unref(), and parse_style_set_element().
1.5.5