Mercurial > hg > xemacs-beta
comparison man/lispref/specifiers.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 |
---|---|
323 or the symbol @code{nil}. | 323 or the symbol @code{nil}. |
324 | 324 |
325 @item toolbar | 325 @item toolbar |
326 The valid instantiators are toolbar descriptors, which are lists | 326 The valid instantiators are toolbar descriptors, which are lists |
327 of toolbar-button descriptors (each of which is a vector of two | 327 of toolbar-button descriptors (each of which is a vector of two |
328 or four elements). @xref{Toolbar}, for more information. | 328 or four elements). @xref{Toolbar} for more information. |
329 @end table | 329 @end table |
330 | 330 |
331 Color and font instance objects can also be used in turn as | 331 Color and font instance objects can also be used in turn as |
332 instantiators for a new color or font instance object. Since these | 332 instantiators for a new color or font instance object. Since these |
333 instance objects are device-specific, the instantiator can be used | 333 instance objects are device-specific, the instantiator can be used |
334 directly as the new instance object, but only if they are of the same | 334 directly as the new instance object, but only if they are of the same |
335 device. If the devices differ, the base color or font of the | 335 device. If the devices differ, the base color or font of the |
336 instantiating object is effectively used instead as the instantiator. | 336 instantiating object is effectively used instead as the instantiator. |
337 | 337 |
338 @xref{Faces and Window-System Objects}, for more information on fonts, | 338 @xref{Faces and Window-System Objects} for more information on fonts, |
339 colors, and face-boolean specifiers. @xref{Glyphs}, for more information | 339 colors, and face-boolean specifiers. @xref{Glyphs} for more information |
340 about image specifiers. @xref{Toolbar}, for more information on toolbar | 340 about image specifiers. @xref{Toolbar} for more information on toolbar |
341 specifiers. | 341 specifiers. |
342 | 342 |
343 @defun specifier-type specifier | 343 @defun specifier-type specifier |
344 This function returns the type of @var{specifier}. The returned value | 344 This function returns the type of @var{specifier}. The returned value |
345 will be a symbol: one of @code{integer}, @code{boolean}, etc., as | 345 will be a symbol: one of @code{integer}, @code{boolean}, etc., as |