Lines Matching refs:look

22 #define ST_FACE(s)                    ((s)->look.face)
23 #define MST_FACE(m) ((m)->s->ms->look.face)
24 #define ST_DO_HILIGHT_BACK(s) ((s)->look.flags.do_hilight_back)
25 #define MST_DO_HILIGHT_BACK(m) ((m)->s->ms->look.flags.do_hilight_back)
26 #define ST_DO_HILIGHT_FORE(s) ((s)->look.flags.do_hilight_fore)
27 #define MST_DO_HILIGHT_FORE(m) ((m)->s->ms->look.flags.do_hilight_fore)
28 #define ST_DO_HILIGHT_TITLE_BACK(s) ((s)->look.flags.do_hilight_title_back)
30 ((m)->s->ms->look.flags.do_hilight_title_back)
31 #define ST_HAS_ACTIVE_FORE(s) ((s)->look.flags.has_active_fore)
32 #define MST_HAS_ACTIVE_FORE(m) ((m)->s->ms->look.flags.has_active_fore)
33 #define ST_HAS_ACTIVE_BACK(s) ((s)->look.flags.has_active_back)
34 #define MST_HAS_ACTIVE_BACK(m) ((m)->s->ms->look.flags.has_active_back)
35 #define ST_HAS_STIPPLE_FORE(s) ((s)->look.flags.has_stipple_fore)
36 #define MST_HAS_STIPPLE_FORE(m) ((m)->s->ms->look.flags.has_stipple_fore)
37 #define ST_HAS_LONG_SEPARATORS(s) ((s)->look.flags.has_long_separators)
39 ((m)->s->ms->look.flags.has_long_separators)
40 #define ST_HAS_TRIANGLE_RELIEF(s) ((s)->look.flags.has_triangle_relief)
42 ((m)->s->ms->look.flags.has_triangle_relief)
43 #define ST_HAS_SIDE_COLOR(s) ((s)->look.flags.has_side_color)
44 #define MST_HAS_SIDE_COLOR(m) ((m)->s->ms->look.flags.has_side_color)
45 #define ST_HAS_MENU_CSET(s) ((s)->look.flags.has_menu_cset)
46 #define MST_HAS_MENU_CSET(m) ((m)->s->ms->look.flags.has_menu_cset)
47 #define ST_HAS_ACTIVE_CSET(s) ((s)->look.flags.has_active_cset)
48 #define MST_HAS_ACTIVE_CSET(m) ((m)->s->ms->look.flags.has_active_cset)
49 #define ST_HAS_GREYED_CSET(s) ((s)->look.flags.has_greyed_cset)
50 #define MST_HAS_GREYED_CSET(m) ((m)->s->ms->look.flags.has_greyed_cset)
51 #define ST_HAS_TITLE_CSET(s) ((s)->look.flags.has_title_cset)
52 #define MST_HAS_TITLE_CSET(m) ((m)->s->ms->look.flags.has_title_cset)
53 #define ST_IS_ITEM_RELIEF_REVERSED(s) ((s)->look.flags.is_item_relief_reversed)
55 ((m)->s->ms->look.flags.is_item_relief_reversed)
56 #define ST_USING_DEFAULT_FONT(s) ((s)->look.flags.using_default_font)
58 ((m)->s->ms->look.flags.using_default_font)
59 #define ST_USING_DEFAULT_TITLEFONT(s) ((s)->look.flags.using_default_titlefont)
61 ((m)->s->ms->look.flags.using_default_titlefont)
62 #define ST_TRIANGLES_USE_FORE(s) ((s)->look.flags.triangles_use_fore)
64 ((m)->s->ms->look.flags.triangles_use_fore)
65 #define ST_RELIEF_THICKNESS(s) ((s)->look.ReliefThickness)
66 #define MST_RELIEF_THICKNESS(m) ((m)->s->ms->look.ReliefThickness)
67 #define ST_TITLE_UNDERLINES(s) ((s)->look.TitleUnderlines)
68 #define MST_TITLE_UNDERLINES(m) ((m)->s->ms->look.TitleUnderlines)
69 #define ST_BORDER_WIDTH(s) ((s)->look.BorderWidth)
70 #define MST_BORDER_WIDTH(m) ((m)->s->ms->look.BorderWidth)
71 #define ST_ITEM_GAP_ABOVE(s) ((s)->look.vertical_spacing.item_above)
73 ((m)->s->ms->look.vertical_spacing.item_above)
74 #define ST_ITEM_GAP_BELOW(s) ((s)->look.vertical_spacing.item_below)
76 ((m)->s->ms->look.vertical_spacing.item_below)
77 #define ST_TITLE_GAP_ABOVE(s) ((s)->look.vertical_spacing.title_above)
79 ((m)->s->ms->look.vertical_spacing.title_above)
80 #define ST_TITLE_GAP_BELOW(s) ((s)->look.vertical_spacing.title_below)
82 ((m)->s->ms->look.vertical_spacing.title_below)
84 ((s)->look.vertical_spacing.separator_above)
86 ((m)->s->ms->look.vertical_spacing.separator_above)
88 ((s)->look.vertical_spacing.separator_below)
90 ((m)->s->ms->look.vertical_spacing.separator_below)
91 #define ST_CSET_MENU(s) ((s)->look.cset.menu)
92 #define MST_CSET_MENU(m) ((m)->s->ms->look.cset.menu)
93 #define ST_CSET_ACTIVE(s) ((s)->look.cset.active)
94 #define MST_CSET_ACTIVE(m) ((m)->s->ms->look.cset.active)
95 #define ST_CSET_TITLE(s) ((s)->look.cset.title)
96 #define MST_CSET_TITLE(m) ((m)->s->ms->look.cset.title)
97 #define ST_CSET_GREYED(s) ((s)->look.cset.greyed)
98 #define MST_CSET_GREYED(m) ((m)->s->ms->look.cset.greyed)
99 #define ST_SIDEPIC(s) ((s)->look.side_picture)
100 #define MST_SIDEPIC(m) ((m)->s->ms->look.side_picture)
101 #define ST_SIDE_COLOR(s) ((s)->look.side_color)
102 #define MST_SIDE_COLOR(m) ((m)->s->ms->look.side_color)
103 #define ST_MENU_ACTIVE_GCS(s) ((s)->look.active_gcs)
104 #define MST_MENU_ACTIVE_GCS(m) ((m)->s->ms->look.active_gcs)
105 #define ST_MENU_INACTIVE_GCS(s) ((s)->look.inactive_gcs)
106 #define MST_MENU_INACTIVE_GCS(m) ((m)->s->ms->look.inactive_gcs)
107 #define ST_MENU_STIPPLE_GCS(s) ((s)->look.stipple_gcs)
108 #define MST_MENU_STIPPLE_GCS(m) ((m)->s->ms->look.stipple_gcs)
109 #define ST_MENU_TITLE_GCS(s) ((s)->look.title_gcs)
110 #define MST_MENU_TITLE_GCS(m) ((m)->s->ms->look.title_gcs)
115 #define ST_MENU_STIPPLE_GC(s) ((s)->look.MenuStippleGC)
116 #define MST_MENU_STIPPLE_GC(m) ((m)->s->ms->look.MenuStippleGC)
117 #define ST_MENU_COLORS(s) ((s)->look.MenuColors)
118 #define MST_MENU_COLORS(m) ((m)->s->ms->look.MenuColors)
119 #define ST_MENU_ACTIVE_COLORS(s) ((s)->look.MenuActiveColors)
120 #define MST_MENU_ACTIVE_COLORS(m) ((m)->s->ms->look.MenuActiveColors)
121 #define ST_MENU_STIPPLE_COLORS(s) ((s)->look.MenuStippleColors)
122 #define MST_MENU_STIPPLE_COLORS(m) ((m)->s->ms->look.MenuStippleColors)
123 #define ST_PSTDFONT(s) ((s)->look.pStdFont)
124 #define MST_PSTDFONT(m) ((m)->s->ms->look.pStdFont)
125 #define ST_PTITLEFONT(s) ((s)->look.pTitleFont)
126 #define MST_PTITLEFONT(m) ((m)->s->ms->look.pTitleFont)
127 #define ST_FONT_HEIGHT(s) ((s)->look.FontHeight)
128 #define MST_FONT_HEIGHT(m) ((m)->s->ms->look.FontHeight)
176 #define ST_VERTICAL_MARGIN_TOP(s) ((s)->look.vertical_margins.top)
177 #define MST_VERTICAL_MARGIN_TOP(m) ((m)->s->ms->look.vertical_margins.top)
178 #define ST_VERTICAL_MARGIN_BOTTOM(s) ((s)->look.vertical_margins.bottom)
179 #define MST_VERTICAL_MARGIN_BOTTOM(m) ((m)->s->ms->look.vertical_margins.bottom)
329 MenuLook look; member