Mercurial > hg > xemacs-beta
comparison src/frameslots.h @ 744:8ae895c67ce7
[xemacs-hg @ 2002-02-04 15:44:37 by wmperry]
Enable generic toolbar support for X11. Added new toolbar-shadow-thickness specifier.
author | wmperry |
---|---|
date | Mon, 04 Feb 2002 15:44:52 +0000 |
parents | af57a77cbc92 |
children | e22b0213b713 |
comparison
equal
deleted
inserted
replaced
743:968a715e8c6f | 744:8ae895c67ce7 |
---|---|
144 that we need to know when they've changed. */ | 144 that we need to know when they've changed. */ |
145 MARKED_SLOT (default_toolbar_width); | 145 MARKED_SLOT (default_toolbar_width); |
146 MARKED_SLOT (default_toolbar_height); | 146 MARKED_SLOT (default_toolbar_height); |
147 MARKED_SLOT (default_toolbar_visible_p); | 147 MARKED_SLOT (default_toolbar_visible_p); |
148 MARKED_SLOT (default_toolbar_border_width); | 148 MARKED_SLOT (default_toolbar_border_width); |
149 MARKED_SLOT (toolbar_shadow_thickness); | |
149 | 150 |
150 /* List of toolbar buttons of current toolbars */ | 151 /* List of toolbar buttons of current toolbars */ |
151 MARKED_SLOT_ARRAY (toolbar_buttons, 4); | 152 MARKED_SLOT_ARRAY (toolbar_buttons, 4); |
152 /* Size of the toolbars. The frame-local toolbar space is | 153 /* Size of the toolbars. The frame-local toolbar space is |
153 subtracted before the windows are arranged. Window and buffer | 154 subtracted before the windows are arranged. Window and buffer |