Data Fields | |
| GdkRectangle | visible |
| The screen area where the button's image is drawn. | |
| GdkRectangle | clickable |
| The screen area where the button can be activated by clicking. | |
The reason for two different rectangles here is Fitts' law & maximized windows; see bug #97703 for more details.
Definition at line 158 of file theme.h.
| GdkRectangle _MetaButtonSpace::visible |
The screen area where the button's image is drawn.
Definition at line 161 of file theme.h.
Referenced by button_rect(), control_rect(), and meta_frame_layout_calc_geometry().
| GdkRectangle _MetaButtonSpace::clickable |
The screen area where the button can be activated by clicking.
Definition at line 163 of file theme.h.
Referenced by get_control(), and meta_frame_layout_calc_geometry().
1.5.5