Mercurial > hg > xemacs-beta
comparison src/toolbar.h @ 905:c15f25529e61
[xemacs-hg @ 2002-07-06 21:05:42 by andyp]
toolbar redisplay patch
author | andyp |
---|---|
date | Sat, 06 Jul 2002 21:05:58 +0000 |
parents | e38acbeb1cae |
children | 6fa9919a9a0b |
comparison
equal
deleted
inserted
replaced
904:47c30044fc4e | 905:c15f25529e61 |
---|---|
97 #define MINIMUM_SHADOW_THICKNESS 1 | 97 #define MINIMUM_SHADOW_THICKNESS 1 |
98 | 98 |
99 extern Lisp_Object Vtoolbar_size[4]; | 99 extern Lisp_Object Vtoolbar_size[4]; |
100 extern Lisp_Object Vtoolbar_border_width[4]; | 100 extern Lisp_Object Vtoolbar_border_width[4]; |
101 void update_frame_toolbars (struct frame *f); | 101 void update_frame_toolbars (struct frame *f); |
102 void update_frame_toolbars_geometry (struct frame *f); | |
102 void init_frame_toolbars (struct frame *f); | 103 void init_frame_toolbars (struct frame *f); |
103 void init_device_toolbars (struct device *d); | 104 void init_device_toolbars (struct device *d); |
104 void init_global_toolbars (struct device *d); | 105 void init_global_toolbars (struct device *d); |
105 void free_frame_toolbars (struct frame *f); | 106 void free_frame_toolbars (struct frame *f); |
106 Lisp_Object get_toolbar_button_glyph (struct window *w, | 107 Lisp_Object get_toolbar_button_glyph (struct window *w, |