Mercurial > hg > xemacs-beta
diff lisp/toolbar.el @ 771:943eaba38521
[xemacs-hg @ 2002-03-13 08:51:24 by ben]
The big ben-mule-21-5 check-in!
Various files were added and deleted. See CHANGES-ben-mule.
There are still some test suite failures. No crashes, though.
Many of the failures have to do with problems in the test suite itself
rather than in the actual code. I'll be addressing these in the next
day or so -- none of the test suite failures are at all critical.
Meanwhile I'll be trying to address the biggest issues -- i.e. build
or run failures, which will almost certainly happen on various platforms.
All comments should be sent to ben@xemacs.org -- use a Cc: if necessary
when sending to mailing lists. There will be pre- and post- tags,
something like
pre-ben-mule-21-5-merge-in, and
post-ben-mule-21-5-merge-in.
author | ben |
---|---|
date | Wed, 13 Mar 2002 08:54:06 +0000 |
parents | af0baad5ba14 |
children | fd1acd2f457a |
line wrap: on
line diff
--- a/lisp/toolbar.el Fri Mar 08 13:33:14 2002 +0000 +++ b/lisp/toolbar.el Wed Mar 13 08:54:06 2002 +0000 @@ -1,6 +1,7 @@ ;;; toolbar.el --- Toolbar support for XEmacs ;; Copyright (C) 1995, 1997 Free Software Foundation, Inc. +;; Copyright (C) 2002 Ben Wing. ;; Maintainer: XEmacs Development Team ;; Keywords: extensions, internal, dumped @@ -33,7 +34,8 @@ (defcustom toolbar-visible-p ;; added for the options menu - dverna apr. 98 (specifier-instance default-toolbar-visible-p) "*Whether the default toolbar is globally visible. -This option can be customized through the options menu." +This option only has an effect when set using `customize-set-variable', +or through the Options menu." :group 'display :type 'boolean :set #'(lambda (var val) @@ -44,7 +46,8 @@ (defcustom toolbar-captioned-p ;; added for the options menu - dverna apr. 98 (specifier-instance toolbar-buttons-captioned-p) "*Whether the toolbars buttons are globally captioned. -This option can be customized through the options menu." +This option only has an effect when set using `customize-set-variable', +or through the Options menu." :group 'display :type 'boolean :set #'(lambda (var val) @@ -54,8 +57,9 @@ (defcustom default-toolbar-position ;; added for the options menu - dverna (default-toolbar-position) - "*The location of the default toolbar: 'top, 'bottom, 'left, or 'right. -This option can be customized through the options menu." + "*The location of the default toolbar: 'top, 'bottom, 'left or 'right. +This option only has an effect when set using `customize-set-variable', +or through the Options menu." :group 'display :type '(choice (const :tag "top" top) (const :tag "bottom" bottom)