Mercurial > hg > xemacs-beta
comparison man/lispref/toolbar.texi @ 335:54f7aa390f4f r21-0-65
Import from CVS: tag r21-0-65
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:50:39 +0200 |
parents | 376386a54a3c |
children | cc15677e0335 |
comparison
equal
deleted
inserted
replaced
334:58353925ad93 | 335:54f7aa390f4f |
---|---|
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 |