Mercurial > hg > xemacs-beta
comparison man/lispref/toolbar.texi @ 1135:9eddcb9548e2
[xemacs-hg @ 2002-12-02 17:56:58 by stephent]
texinfo improvements <87d6okxq4i.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Mon, 02 Dec 2002 17:57:09 +0000 |
parents | 576fb035e263 |
children | 9fae6227ede5 |
comparison
equal
deleted
inserted
replaced
1134:dd61dd14b2a4 | 1135:9eddcb9548e2 |
---|---|
78 Valid toolbar instantiators are called "toolbar descriptors" | 78 Valid toolbar instantiators are called "toolbar descriptors" |
79 and are lists of vectors. See @code{default-toolbar} for a description | 79 and are lists of vectors. See @code{default-toolbar} for a description |
80 of the exact format. | 80 of the exact format. |
81 @end defun | 81 @end defun |
82 | 82 |
83 The default toolbar is created in @file{toolbar-items.el}. An example | |
84 which modifies an existing toolbar (by adding a button) is presented in | |
85 the specifier section @xref{Simple Specifier Usage}. | |
86 | |
83 @node Toolbar Descriptor Format | 87 @node Toolbar Descriptor Format |
84 @section Toolbar Descriptor Format | 88 @section Toolbar Descriptor Format |
85 | 89 |
86 The contents of a toolbar are specified using a @dfn{toolbar descriptor}. | 90 The contents of a toolbar are specified using a @dfn{toolbar descriptor}. |
87 The format of a toolbar descriptor is a list of @dfn{toolbar button | 91 The format of a toolbar descriptor is a list of @dfn{toolbar button |