File: toolbar-x.el.html
This program implements a common interface to display toolbar
buttons. A toolbar should be basically
defined by a image and a command to run when the button is pressed,
and additional properties could be added. This is the idea of this
program. See the documentation of function
toolbarx-install-toolbar for a description of how to specify
toolbars.
Defined variables (5)
toolbarx-button-props | List yielding all encarnations of properties of a button. |
toolbarx-default-toolbar-meaning-alist | A meaning alist with definition of the default buttons. |
toolbarx-dropdown-props | List yielding all encarnations of properties of a dropdown group. |
toolbarx-image-path | List of directories where toolbarx finds its images. |
toolbarx-internal-button-switches | Store the list of processed buttons, used by ‘toolbarx-refresh’. |