Mercurial > hg > xemacs-beta
comparison man/lispref/toolbar.texi @ 371:cc15677e0335 r21-2b1
Import from CVS: tag r21-2b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:03:08 +0200 |
parents | 54f7aa390f4f |
children | 7d59cb494b73 |
comparison
equal
deleted
inserted
replaced
370:bd866891f083 | 371:cc15677e0335 |
---|---|
178 @code{bottom-toolbar}, @code{left-toolbar}, or @code{right-toolbar}. | 178 @code{bottom-toolbar}, @code{left-toolbar}, or @code{right-toolbar}. |
179 These are specifiers, which means you set them with @code{set-specifier} | 179 These are specifiers, which means you set them with @code{set-specifier} |
180 and query them with @code{specifier-specs} or @code{specifier-instance}. | 180 and query them with @code{specifier-specs} or @code{specifier-instance}. |
181 You will get an error if you try to set them using @code{setq}. The | 181 You will get an error if you try to set them using @code{setq}. The |
182 valid instantiators for these specifiers are toolbar descriptors, as | 182 valid instantiators for these specifiers are toolbar descriptors, as |
183 described above. @xref{Specifiers}, for more information. | 183 described above. @xref{Specifiers} for more information. |
184 | 184 |
185 Most of the time, you will set @code{default-toolbar}, which allows | 185 Most of the time, you will set @code{default-toolbar}, which allows |
186 the user to choose where the toolbar should go. | 186 the user to choose where the toolbar should go. |
187 | 187 |
188 @defvr Specifier default-toolbar | 188 @defvr Specifier default-toolbar |