comparison src/toolbar.c @ 408:501cfd01ee6d r21-2-34

Import from CVS: tag r21-2-34
author cvs
date Mon, 13 Aug 2007 11:18:11 +0200
parents b8cc9ab3f761
children 697ef44129c6
comparison
equal deleted inserted replaced
407:ed6218a7d4d3 408:501cfd01ee6d
1158 MARK_TOOLBAR_CHANGED; 1158 MARK_TOOLBAR_CHANGED;
1159 } 1159 }
1160 1160
1161 DEFUN ("toolbar-specifier-p", Ftoolbar_specifier_p, 1, 1, 0, /* 1161 DEFUN ("toolbar-specifier-p", Ftoolbar_specifier_p, 1, 1, 0, /*
1162 Return non-nil if OBJECT is a toolbar specifier. 1162 Return non-nil if OBJECT is a toolbar specifier.
1163 Toolbar specifiers are used to specify the format of a toolbar. 1163
1164 The values of the variables `default-toolbar', `top-toolbar', 1164 See `make-toolbar-specifier' for a description of possible toolbar
1165 `left-toolbar', `right-toolbar', and `bottom-toolbar' are always 1165 instantiators.
1166 toolbar specifiers.
1167
1168 Valid toolbar instantiators are called "toolbar descriptors"
1169 and are lists of vectors. See `default-toolbar' for a description
1170 of the exact format.
1171 */ 1166 */
1172 (object)) 1167 (object))
1173 { 1168 {
1174 return TOOLBAR_SPECIFIERP (object) ? Qt : Qnil; 1169 return TOOLBAR_SPECIFIERP (object) ? Qt : Qnil;
1175 } 1170 }