Mercurial > hg > xemacs-beta
comparison src/toolbar.h @ 207:e45d5e7c476e r20-4b2
Import from CVS: tag r20-4b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:03:52 +0200 |
parents | 376386a54a3c |
children | 1f0dabaa0855 |
comparison
equal
deleted
inserted
replaced
206:d3e9274cbc4e | 207:e45d5e7c476e |
---|---|
109 #define CONCHECK_TOOLBAR_SPECIFIER(x) CONCHECK_SPECIFIER_TYPE (x, toolbar) | 109 #define CONCHECK_TOOLBAR_SPECIFIER(x) CONCHECK_SPECIFIER_TYPE (x, toolbar) |
110 | 110 |
111 #define DEFAULT_TOOLBAR_HEIGHT 37 | 111 #define DEFAULT_TOOLBAR_HEIGHT 37 |
112 #define DEFAULT_TOOLBAR_WIDTH 40 | 112 #define DEFAULT_TOOLBAR_WIDTH 40 |
113 #define DEFAULT_TOOLBAR_BLANK_SIZE 8 | 113 #define DEFAULT_TOOLBAR_BLANK_SIZE 8 |
114 #define MINIMUM_SHADOW_THICKNESS 2 | 114 #define MINIMUM_SHADOW_THICKNESS 1 |
115 | 115 |
116 extern Lisp_Object Vtoolbar_size[4]; | 116 extern Lisp_Object Vtoolbar_size[4]; |
117 void update_frame_toolbars (struct frame *f); | 117 void update_frame_toolbars (struct frame *f); |
118 void init_frame_toolbars (struct frame *f); | 118 void init_frame_toolbars (struct frame *f); |
119 void init_device_toolbars (struct device *d); | 119 void init_device_toolbars (struct device *d); |