annotate lisp/tool-bar.el @ 112396:e79e716435f4

Make Nextstep port handle multiple screens for resize and move. * nsterm.h (ns_output): Add dont_constrain and zooming. (EmacsView): Add ns_userRect. * nsterm.m (keyDown): If ns_right_alternate_modifier is Qleft, check if ns_alternate_modifier is none. * nsterm.m (x_set_offset, windowDidMove): When calculating y, use first screen, not the window screen. (x_set_window_size): Remove constraints. Calculate origin.y only if zooming is 0 and without referring to a screen. (windowWillResize): Don't modify frameSize. (windowDidBecomeKey, mouseDown): Set dont_constrain to 1. (initFrameFromEmacs): Initialize ns_userRect. (windowShouldZoom): Set zooming to one. Remove all other code. (windowWillUseStandardFrame): Move static ns_userRect to EmacsView. Zero it after restore. (constrainFrameRect): New method for EmacsWindow. (mouseDragged): Always post NSWindowDidResizeNotification after call to windowWillResize.
author Jan D. <jan.h.d@swipnet.se>
date Fri, 21 Jan 2011 15:19:44 +0100
parents 61f7601898b1
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
66168
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
1 ;;; tool-bar.el --- setting up the tool bar
112284
61f7601898b1 Refill some copyright headers.
Glenn Morris <rgm@gnu.org>
parents: 112228
diff changeset
2
61f7601898b1 Refill some copyright headers.
Glenn Morris <rgm@gnu.org>
parents: 112228
diff changeset
3 ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
61f7601898b1 Refill some copyright headers.
Glenn Morris <rgm@gnu.org>
parents: 112228
diff changeset
4 ;; 2009, 2010, 2011 Free Software Foundation, Inc.
61f7601898b1 Refill some copyright headers.
Glenn Morris <rgm@gnu.org>
parents: 112228
diff changeset
5
66168
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
6 ;; Author: Dave Love <fx@gnu.org>
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
7 ;; Keywords: mouse frames
110015
280c8ae2476d Add "Package:" file headers to denote built-in packages.
Chong Yidong <cyd@stupidchicken.com>
parents: 109147
diff changeset
8 ;; Package: emacs
66168
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
9
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
10 ;; This file is part of GNU Emacs.
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
11
94678
ee5932bf781d Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 93975
diff changeset
12 ;; GNU Emacs is free software: you can redistribute it and/or modify
66168
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
13 ;; it under the terms of the GNU General Public License as published by
94678
ee5932bf781d Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 93975
diff changeset
14 ;; the Free Software Foundation, either version 3 of the License, or
ee5932bf781d Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 93975
diff changeset
15 ;; (at your option) any later version.
66168
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
16
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
17 ;; GNU Emacs is distributed in the hope that it will be useful,
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
18 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
19 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
20 ;; GNU General Public License for more details.
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
21
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
22 ;; You should have received a copy of the GNU General Public License
94678
ee5932bf781d Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 93975
diff changeset
23 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
66168
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
24
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
25 ;;; Commentary:
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
26
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
27 ;; Provides `tool-bar-mode' to control display of the tool-bar and
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
28 ;; bindings for the global tool bar with convenience functions
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
29 ;; `tool-bar-add-item' and `tool-bar-add-item-from-menu'.
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
30
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
31 ;; The normal global binding for [tool-bar] (below) uses the value of
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
32 ;; `tool-bar-map' as the actual keymap to define the tool bar. Modes
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
33 ;; may either bind items under the [tool-bar] prefix key of the local
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
34 ;; map to add to the global bar or may set `tool-bar-map'
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
35 ;; buffer-locally to override it. (Some items are removed from the
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
36 ;; global bar in modes which have `special' as their `mode-class'
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
37 ;; property.)
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
38
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
39 ;; Todo: Somehow make tool bars easily customizable by the naive?
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
40
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
41 ;;; Code:
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
42
66494
b9971215f644 (tool-bar-mode): Delete autoload cookie.
Richard M. Stallman <rms@gnu.org>
parents: 66168
diff changeset
43 ;; The autoload cookie doesn't work when preloading.
b9971215f644 (tool-bar-mode): Delete autoload cookie.
Richard M. Stallman <rms@gnu.org>
parents: 66168
diff changeset
44 ;; Deleting it means invoking this command won't work
b9971215f644 (tool-bar-mode): Delete autoload cookie.
Richard M. Stallman <rms@gnu.org>
parents: 66168
diff changeset
45 ;; when you are on a tty. I hope that won't cause too much trouble -- rms.
66168
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
46 (define-minor-mode tool-bar-mode
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
47 "Toggle use of the tool bar.
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
48 With numeric ARG, display the tool bar if and only if ARG is positive.
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
49
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
50 See `tool-bar-add-item' and `tool-bar-add-item-from-menu' for
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
51 conveniently adding tool bar items."
109058
2f0720afc474 Change default-frame-alist and menu/tool-bar-mode interaction (Bug#2249).
Chong Yidong <cyd@stupidchicken.com>
parents: 108110
diff changeset
52 :init-value t
66168
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
53 :global t
111222
cdad894f9ed0 Remove duplicate Lisp definitions of define-minor-mode variables defined in C.
Glenn Morris <rgm@gnu.org>
parents: 110455
diff changeset
54 ;; It's defined in C/cus-start, this stops the d-m-m macro defining it again.
cdad894f9ed0 Remove duplicate Lisp definitions of define-minor-mode variables defined in C.
Glenn Morris <rgm@gnu.org>
parents: 110455
diff changeset
55 :variable tool-bar-mode
109058
2f0720afc474 Change default-frame-alist and menu/tool-bar-mode interaction (Bug#2249).
Chong Yidong <cyd@stupidchicken.com>
parents: 108110
diff changeset
56 (let ((val (if tool-bar-mode 1 0)))
2f0720afc474 Change default-frame-alist and menu/tool-bar-mode interaction (Bug#2249).
Chong Yidong <cyd@stupidchicken.com>
parents: 108110
diff changeset
57 (dolist (frame (frame-list))
109147
783986775ee8 Set default-frame-alist, if necessary, in menu/tool-bar-mode.
Chong Yidong <cyd@stupidchicken.com>
parents: 109058
diff changeset
58 (set-frame-parameter frame 'tool-bar-lines val))
783986775ee8 Set default-frame-alist, if necessary, in menu/tool-bar-mode.
Chong Yidong <cyd@stupidchicken.com>
parents: 109058
diff changeset
59 ;; If the user has given `default-frame-alist' a `tool-bar-lines'
783986775ee8 Set default-frame-alist, if necessary, in menu/tool-bar-mode.
Chong Yidong <cyd@stupidchicken.com>
parents: 109058
diff changeset
60 ;; parameter, replace it.
783986775ee8 Set default-frame-alist, if necessary, in menu/tool-bar-mode.
Chong Yidong <cyd@stupidchicken.com>
parents: 109058
diff changeset
61 (if (assq 'tool-bar-lines default-frame-alist)
783986775ee8 Set default-frame-alist, if necessary, in menu/tool-bar-mode.
Chong Yidong <cyd@stupidchicken.com>
parents: 109058
diff changeset
62 (setq default-frame-alist
783986775ee8 Set default-frame-alist, if necessary, in menu/tool-bar-mode.
Chong Yidong <cyd@stupidchicken.com>
parents: 109058
diff changeset
63 (cons (cons 'tool-bar-lines val)
783986775ee8 Set default-frame-alist, if necessary, in menu/tool-bar-mode.
Chong Yidong <cyd@stupidchicken.com>
parents: 109058
diff changeset
64 (assq-delete-all 'tool-bar-lines
783986775ee8 Set default-frame-alist, if necessary, in menu/tool-bar-mode.
Chong Yidong <cyd@stupidchicken.com>
parents: 109058
diff changeset
65 default-frame-alist)))))
783986775ee8 Set default-frame-alist, if necessary, in menu/tool-bar-mode.
Chong Yidong <cyd@stupidchicken.com>
parents: 109058
diff changeset
66 (and tool-bar-mode
783986775ee8 Set default-frame-alist, if necessary, in menu/tool-bar-mode.
Chong Yidong <cyd@stupidchicken.com>
parents: 109058
diff changeset
67 (= 1 (length (default-value 'tool-bar-map))) ; not yet setup
783986775ee8 Set default-frame-alist, if necessary, in menu/tool-bar-mode.
Chong Yidong <cyd@stupidchicken.com>
parents: 109058
diff changeset
68 (tool-bar-setup)))
66168
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
69
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
70 ;;;###autoload
83497
a25bb5ef27bf Fix tool-bar and menu-bar toggles in Show/Hide menu to reflect the state of the current frame.
Karoly Lorentey <lorentey@elte.hu>
parents: 83496
diff changeset
71 ;; Used in the Show/Hide menu, to have the toggle reflect the current frame.
a25bb5ef27bf Fix tool-bar and menu-bar toggles in Show/Hide menu to reflect the state of the current frame.
Karoly Lorentey <lorentey@elte.hu>
parents: 83496
diff changeset
72 (defun toggle-tool-bar-mode-from-frame (&optional arg)
a25bb5ef27bf Fix tool-bar and menu-bar toggles in Show/Hide menu to reflect the state of the current frame.
Karoly Lorentey <lorentey@elte.hu>
parents: 83496
diff changeset
73 "Toggle tool bar on or off, based on the status of the current frame.
a25bb5ef27bf Fix tool-bar and menu-bar toggles in Show/Hide menu to reflect the state of the current frame.
Karoly Lorentey <lorentey@elte.hu>
parents: 83496
diff changeset
74 See `tool-bar-mode' for more information."
a25bb5ef27bf Fix tool-bar and menu-bar toggles in Show/Hide menu to reflect the state of the current frame.
Karoly Lorentey <lorentey@elte.hu>
parents: 83496
diff changeset
75 (interactive (list (or current-prefix-arg 'toggle)))
a25bb5ef27bf Fix tool-bar and menu-bar toggles in Show/Hide menu to reflect the state of the current frame.
Karoly Lorentey <lorentey@elte.hu>
parents: 83496
diff changeset
76 (if (eq arg 'toggle)
a25bb5ef27bf Fix tool-bar and menu-bar toggles in Show/Hide menu to reflect the state of the current frame.
Karoly Lorentey <lorentey@elte.hu>
parents: 83496
diff changeset
77 (tool-bar-mode (if (> (frame-parameter nil 'tool-bar-lines) 0) 0 1))
a25bb5ef27bf Fix tool-bar and menu-bar toggles in Show/Hide menu to reflect the state of the current frame.
Karoly Lorentey <lorentey@elte.hu>
parents: 83496
diff changeset
78 (tool-bar-mode arg)))
a25bb5ef27bf Fix tool-bar and menu-bar toggles in Show/Hide menu to reflect the state of the current frame.
Karoly Lorentey <lorentey@elte.hu>
parents: 83496
diff changeset
79
66168
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
80 (defvar tool-bar-map (make-sparse-keymap)
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
81 "Keymap for the tool bar.
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
82 Define this locally to override the global tool bar.")
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
83
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
84 (global-set-key [tool-bar]
105870
26baacb565b0 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
Dan Nicolaescu <dann@ics.uci.edu>
parents: 101039
diff changeset
85 `(menu-item ,(purecopy "tool bar") ignore
94727
ddce4c48ffb7 Choose images dynamically.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94678
diff changeset
86 :filter tool-bar-make-keymap))
ddce4c48ffb7 Choose images dynamically.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94678
diff changeset
87
95841
b4e36ff621b3 Add some compiler declarations, for builds without X.
Glenn Morris <rgm@gnu.org>
parents: 94899
diff changeset
88 (declare-function image-mask-p "image.c" (spec &optional frame))
b4e36ff621b3 Add some compiler declarations, for builds without X.
Glenn Morris <rgm@gnu.org>
parents: 94899
diff changeset
89
99971
1b6dc3613e69 (tool-bar-find-image-cache): Var deleted.
Chong Yidong <cyd@stupidchicken.com>
parents: 98658
diff changeset
90 (defconst tool-bar-keymap-cache (make-hash-table :weakness t :test 'equal))
1b6dc3613e69 (tool-bar-find-image-cache): Var deleted.
Chong Yidong <cyd@stupidchicken.com>
parents: 98658
diff changeset
91
94727
ddce4c48ffb7 Choose images dynamically.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94678
diff changeset
92 (defun tool-bar-make-keymap (&optional ignore)
ddce4c48ffb7 Choose images dynamically.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94678
diff changeset
93 "Generate an actual keymap from `tool-bar-map'.
ddce4c48ffb7 Choose images dynamically.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94678
diff changeset
94 Its main job is to figure out which images to use based on the display's
ddce4c48ffb7 Choose images dynamically.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94678
diff changeset
95 color capability and based on the available image libraries."
99971
1b6dc3613e69 (tool-bar-find-image-cache): Var deleted.
Chong Yidong <cyd@stupidchicken.com>
parents: 98658
diff changeset
96 (let ((key (cons (frame-terminal) tool-bar-map)))
1b6dc3613e69 (tool-bar-find-image-cache): Var deleted.
Chong Yidong <cyd@stupidchicken.com>
parents: 98658
diff changeset
97 (or (gethash key tool-bar-keymap-cache)
1b6dc3613e69 (tool-bar-find-image-cache): Var deleted.
Chong Yidong <cyd@stupidchicken.com>
parents: 98658
diff changeset
98 (puthash key (tool-bar-make-keymap-1) tool-bar-keymap-cache))))
1b6dc3613e69 (tool-bar-find-image-cache): Var deleted.
Chong Yidong <cyd@stupidchicken.com>
parents: 98658
diff changeset
99
1b6dc3613e69 (tool-bar-find-image-cache): Var deleted.
Chong Yidong <cyd@stupidchicken.com>
parents: 98658
diff changeset
100 (defun tool-bar-make-keymap-1 ()
1b6dc3613e69 (tool-bar-find-image-cache): Var deleted.
Chong Yidong <cyd@stupidchicken.com>
parents: 98658
diff changeset
101 "Generate an actual keymap from `tool-bar-map', without caching."
94727
ddce4c48ffb7 Choose images dynamically.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94678
diff changeset
102 (mapcar (lambda (bind)
94897
f23487dcd0a8 (tool-bar-make-keymap): Account for the optional KEY-BINDING-DATA
Chong Yidong <cyd@stupidchicken.com>
parents: 94727
diff changeset
103 (let (image-exp plist)
94727
ddce4c48ffb7 Choose images dynamically.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94678
diff changeset
104 (when (and (eq (car-safe (cdr-safe bind)) 'menu-item)
94897
f23487dcd0a8 (tool-bar-make-keymap): Account for the optional KEY-BINDING-DATA
Chong Yidong <cyd@stupidchicken.com>
parents: 94727
diff changeset
105 ;; For the format of menu-items, see node
f23487dcd0a8 (tool-bar-make-keymap): Account for the optional KEY-BINDING-DATA
Chong Yidong <cyd@stupidchicken.com>
parents: 94727
diff changeset
106 ;; `Extended Menu Items' in the Elisp manual.
f23487dcd0a8 (tool-bar-make-keymap): Account for the optional KEY-BINDING-DATA
Chong Yidong <cyd@stupidchicken.com>
parents: 94727
diff changeset
107 (setq plist (nthcdr (if (consp (nth 4 bind)) 5 4)
f23487dcd0a8 (tool-bar-make-keymap): Account for the optional KEY-BINDING-DATA
Chong Yidong <cyd@stupidchicken.com>
parents: 94727
diff changeset
108 bind))
f23487dcd0a8 (tool-bar-make-keymap): Account for the optional KEY-BINDING-DATA
Chong Yidong <cyd@stupidchicken.com>
parents: 94727
diff changeset
109 (setq image-exp (plist-get plist :image))
f23487dcd0a8 (tool-bar-make-keymap): Account for the optional KEY-BINDING-DATA
Chong Yidong <cyd@stupidchicken.com>
parents: 94727
diff changeset
110 (consp image-exp)
f23487dcd0a8 (tool-bar-make-keymap): Account for the optional KEY-BINDING-DATA
Chong Yidong <cyd@stupidchicken.com>
parents: 94727
diff changeset
111 (not (eq (car image-exp) 'image))
f23487dcd0a8 (tool-bar-make-keymap): Account for the optional KEY-BINDING-DATA
Chong Yidong <cyd@stupidchicken.com>
parents: 94727
diff changeset
112 (fboundp (car image-exp)))
f23487dcd0a8 (tool-bar-make-keymap): Account for the optional KEY-BINDING-DATA
Chong Yidong <cyd@stupidchicken.com>
parents: 94727
diff changeset
113 (if (not (display-images-p))
f23487dcd0a8 (tool-bar-make-keymap): Account for the optional KEY-BINDING-DATA
Chong Yidong <cyd@stupidchicken.com>
parents: 94727
diff changeset
114 (setq bind nil)
f23487dcd0a8 (tool-bar-make-keymap): Account for the optional KEY-BINDING-DATA
Chong Yidong <cyd@stupidchicken.com>
parents: 94727
diff changeset
115 (let ((image (eval image-exp)))
94899
29fb4d52c079 (tool-bar-make-keymap): Additional minor fix.
Chong Yidong <cyd@stupidchicken.com>
parents: 94897
diff changeset
116 (unless (and image (image-mask-p image))
94897
f23487dcd0a8 (tool-bar-make-keymap): Account for the optional KEY-BINDING-DATA
Chong Yidong <cyd@stupidchicken.com>
parents: 94727
diff changeset
117 (setq image (append image '(:mask heuristic))))
f23487dcd0a8 (tool-bar-make-keymap): Account for the optional KEY-BINDING-DATA
Chong Yidong <cyd@stupidchicken.com>
parents: 94727
diff changeset
118 (setq bind (copy-sequence bind)
f23487dcd0a8 (tool-bar-make-keymap): Account for the optional KEY-BINDING-DATA
Chong Yidong <cyd@stupidchicken.com>
parents: 94727
diff changeset
119 plist (nthcdr (if (consp (nth 4 bind)) 5 4)
f23487dcd0a8 (tool-bar-make-keymap): Account for the optional KEY-BINDING-DATA
Chong Yidong <cyd@stupidchicken.com>
parents: 94727
diff changeset
120 bind))
f23487dcd0a8 (tool-bar-make-keymap): Account for the optional KEY-BINDING-DATA
Chong Yidong <cyd@stupidchicken.com>
parents: 94727
diff changeset
121 (plist-put plist :image image))))
f23487dcd0a8 (tool-bar-make-keymap): Account for the optional KEY-BINDING-DATA
Chong Yidong <cyd@stupidchicken.com>
parents: 94727
diff changeset
122 bind))
94727
ddce4c48ffb7 Choose images dynamically.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94678
diff changeset
123 tool-bar-map))
ddce4c48ffb7 Choose images dynamically.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94678
diff changeset
124
66168
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
125 ;;;###autoload
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
126 (defun tool-bar-add-item (icon def key &rest props)
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
127 "Add an item to the tool bar.
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
128 ICON names the image, DEF is the key definition and KEY is a symbol
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
129 for the fake function key in the menu keymap. Remaining arguments
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
130 PROPS are additional items to add to the menu item specification. See
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
131 Info node `(elisp)Tool Bar'. Items are added from left to right.
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
132
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
133 ICON is the base name of a file containing the image to use. The
80756
76e75acf7e4e Fix typos (sync from the trunk).
Juanma Barranquero <lekktu@gmail.com>
parents: 79721
diff changeset
134 function will first try to use low-color/ICON.xpm if `display-color-cells'
66168
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
135 is less or equal to 256, then ICON.xpm, then ICON.pbm, and finally
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
136 ICON.xbm, using `find-image'.
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
137
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
138 Use this function only to make bindings in the global value of `tool-bar-map'.
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
139 To define items in any other map, use `tool-bar-local-item'."
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
140 (apply 'tool-bar-local-item icon def key tool-bar-map props))
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
141
111998
bc8dc4ac1e28 Implement tool-bar separators for non-GTK tool-bars.
Chong Yidong <cyd@stupidchicken.com>
parents: 111991
diff changeset
142 (defun tool-bar--image-expression (icon)
bc8dc4ac1e28 Implement tool-bar separators for non-GTK tool-bars.
Chong Yidong <cyd@stupidchicken.com>
parents: 111991
diff changeset
143 "Return an expression that evaluates to an image spec for ICON."
bc8dc4ac1e28 Implement tool-bar separators for non-GTK tool-bars.
Chong Yidong <cyd@stupidchicken.com>
parents: 111991
diff changeset
144 (let* ((fg (face-attribute 'tool-bar :foreground))
bc8dc4ac1e28 Implement tool-bar separators for non-GTK tool-bars.
Chong Yidong <cyd@stupidchicken.com>
parents: 111991
diff changeset
145 (bg (face-attribute 'tool-bar :background))
bc8dc4ac1e28 Implement tool-bar separators for non-GTK tool-bars.
Chong Yidong <cyd@stupidchicken.com>
parents: 111991
diff changeset
146 (colors (nconc (if (eq fg 'unspecified) nil (list :foreground fg))
bc8dc4ac1e28 Implement tool-bar separators for non-GTK tool-bars.
Chong Yidong <cyd@stupidchicken.com>
parents: 111991
diff changeset
147 (if (eq bg 'unspecified) nil (list :background bg))))
bc8dc4ac1e28 Implement tool-bar separators for non-GTK tool-bars.
Chong Yidong <cyd@stupidchicken.com>
parents: 111991
diff changeset
148 (xpm-spec (list :type 'xpm :file (concat icon ".xpm")))
bc8dc4ac1e28 Implement tool-bar separators for non-GTK tool-bars.
Chong Yidong <cyd@stupidchicken.com>
parents: 111991
diff changeset
149 (xpm-lo-spec (list :type 'xpm :file
bc8dc4ac1e28 Implement tool-bar separators for non-GTK tool-bars.
Chong Yidong <cyd@stupidchicken.com>
parents: 111991
diff changeset
150 (concat "low-color/" icon ".xpm")))
bc8dc4ac1e28 Implement tool-bar separators for non-GTK tool-bars.
Chong Yidong <cyd@stupidchicken.com>
parents: 111991
diff changeset
151 (pbm-spec (append (list :type 'pbm :file
bc8dc4ac1e28 Implement tool-bar separators for non-GTK tool-bars.
Chong Yidong <cyd@stupidchicken.com>
parents: 111991
diff changeset
152 (concat icon ".pbm")) colors))
bc8dc4ac1e28 Implement tool-bar separators for non-GTK tool-bars.
Chong Yidong <cyd@stupidchicken.com>
parents: 111991
diff changeset
153 (xbm-spec (append (list :type 'xbm :file
bc8dc4ac1e28 Implement tool-bar separators for non-GTK tool-bars.
Chong Yidong <cyd@stupidchicken.com>
parents: 111991
diff changeset
154 (concat icon ".xbm")) colors)))
bc8dc4ac1e28 Implement tool-bar separators for non-GTK tool-bars.
Chong Yidong <cyd@stupidchicken.com>
parents: 111991
diff changeset
155 `(find-image (cond ((not (display-color-p))
bc8dc4ac1e28 Implement tool-bar separators for non-GTK tool-bars.
Chong Yidong <cyd@stupidchicken.com>
parents: 111991
diff changeset
156 ',(list pbm-spec xbm-spec xpm-lo-spec xpm-spec))
bc8dc4ac1e28 Implement tool-bar separators for non-GTK tool-bars.
Chong Yidong <cyd@stupidchicken.com>
parents: 111991
diff changeset
157 ((< (display-color-cells) 256)
bc8dc4ac1e28 Implement tool-bar separators for non-GTK tool-bars.
Chong Yidong <cyd@stupidchicken.com>
parents: 111991
diff changeset
158 ',(list xpm-lo-spec xpm-spec pbm-spec xbm-spec))
bc8dc4ac1e28 Implement tool-bar separators for non-GTK tool-bars.
Chong Yidong <cyd@stupidchicken.com>
parents: 111991
diff changeset
159 (t
bc8dc4ac1e28 Implement tool-bar separators for non-GTK tool-bars.
Chong Yidong <cyd@stupidchicken.com>
parents: 111991
diff changeset
160 ',(list xpm-spec pbm-spec xbm-spec))))))
bc8dc4ac1e28 Implement tool-bar separators for non-GTK tool-bars.
Chong Yidong <cyd@stupidchicken.com>
parents: 111991
diff changeset
161
66168
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
162 ;;;###autoload
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
163 (defun tool-bar-local-item (icon def key map &rest props)
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
164 "Add an item to the tool bar in map MAP.
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
165 ICON names the image, DEF is the key definition and KEY is a symbol
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
166 for the fake function key in the menu keymap. Remaining arguments
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
167 PROPS are additional items to add to the menu item specification. See
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
168 Info node `(elisp)Tool Bar'. Items are added from left to right.
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
169
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
170 ICON is the base name of a file containing the image to use. The
94727
ddce4c48ffb7 Choose images dynamically.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94678
diff changeset
171 function will first try to use low-color/ICON.xpm if `display-color-cells'
66168
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
172 is less or equal to 256, then ICON.xpm, then ICON.pbm, and finally
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
173 ICON.xbm, using `find-image'."
111998
bc8dc4ac1e28 Implement tool-bar separators for non-GTK tool-bars.
Chong Yidong <cyd@stupidchicken.com>
parents: 111991
diff changeset
174 (let* ((image-exp (tool-bar--image-expression icon)))
94727
ddce4c48ffb7 Choose images dynamically.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94678
diff changeset
175 (define-key-after map (vector key)
ddce4c48ffb7 Choose images dynamically.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94678
diff changeset
176 `(menu-item ,(symbol-name key) ,def :image ,image-exp ,@props))))
66168
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
177
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
178 ;;;###autoload
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
179 (defun tool-bar-add-item-from-menu (command icon &optional map &rest props)
66512
759df5a9dc3e (tool-bar-add-item-from-menu)
Nick Roberts <nickrob@snap.net.nz>
parents: 66494
diff changeset
180 "Define tool bar binding for COMMAND in keymap MAP using the given ICON.
66168
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
181 This makes a binding for COMMAND in `tool-bar-map', copying its
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
182 binding from the menu bar in MAP (which defaults to `global-map'), but
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
183 modifies the binding by adding an image specification for ICON. It
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
184 finds ICON just like `tool-bar-add-item'. PROPS are additional
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
185 properties to add to the binding.
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
186
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
187 MAP must contain appropriate binding for `[menu-bar]' which holds a keymap.
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
188
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
189 Use this function only to make bindings in the global value of `tool-bar-map'.
66512
759df5a9dc3e (tool-bar-add-item-from-menu)
Nick Roberts <nickrob@snap.net.nz>
parents: 66494
diff changeset
190 To define items in any other map, use `tool-bar-local-item-from-menu'."
66168
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
191 (apply 'tool-bar-local-item-from-menu command icon
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
192 (default-value 'tool-bar-map) map props))
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
193
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
194 ;;;###autoload
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
195 (defun tool-bar-local-item-from-menu (command icon in-map &optional from-map &rest props)
66512
759df5a9dc3e (tool-bar-add-item-from-menu)
Nick Roberts <nickrob@snap.net.nz>
parents: 66494
diff changeset
196 "Define local tool bar binding for COMMAND using the given ICON.
66168
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
197 This makes a binding for COMMAND in IN-MAP, copying its binding from
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
198 the menu bar in FROM-MAP (which defaults to `global-map'), but
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
199 modifies the binding by adding an image specification for ICON. It
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
200 finds ICON just like `tool-bar-add-item'. PROPS are additional
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
201 properties to add to the binding.
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
202
66512
759df5a9dc3e (tool-bar-add-item-from-menu)
Nick Roberts <nickrob@snap.net.nz>
parents: 66494
diff changeset
203 FROM-MAP must contain appropriate binding for `[menu-bar]' which
759df5a9dc3e (tool-bar-add-item-from-menu)
Nick Roberts <nickrob@snap.net.nz>
parents: 66494
diff changeset
204 holds a keymap."
66168
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
205 (unless from-map
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
206 (setq from-map global-map))
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
207 (let* ((menu-bar-map (lookup-key from-map [menu-bar]))
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
208 (keys (where-is-internal command menu-bar-map))
111998
bc8dc4ac1e28 Implement tool-bar separators for non-GTK tool-bars.
Chong Yidong <cyd@stupidchicken.com>
parents: 111991
diff changeset
209 (image-exp (tool-bar--image-expression icon))
66168
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
210 submap key)
94727
ddce4c48ffb7 Choose images dynamically.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94678
diff changeset
211 ;; We'll pick up the last valid entry in the list of keys if
ddce4c48ffb7 Choose images dynamically.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94678
diff changeset
212 ;; there's more than one.
108085
34eca4ecfbe6 Provide byte-compiler warnings when set-default a read-only var.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 108024
diff changeset
213 ;; FIXME: Aren't they *all* "valid"?? --Stef
94727
ddce4c48ffb7 Choose images dynamically.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94678
diff changeset
214 (dolist (k keys)
ddce4c48ffb7 Choose images dynamically.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94678
diff changeset
215 ;; We're looking for a binding of the command in a submap of
ddce4c48ffb7 Choose images dynamically.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94678
diff changeset
216 ;; the menu bar map, so the key sequence must be two or more
ddce4c48ffb7 Choose images dynamically.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94678
diff changeset
217 ;; long.
ddce4c48ffb7 Choose images dynamically.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94678
diff changeset
218 (if (and (vectorp k)
ddce4c48ffb7 Choose images dynamically.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94678
diff changeset
219 (> (length k) 1))
ddce4c48ffb7 Choose images dynamically.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94678
diff changeset
220 (let ((m (lookup-key menu-bar-map (substring k 0 -1)))
ddce4c48ffb7 Choose images dynamically.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94678
diff changeset
221 ;; Last element in the bound key sequence:
ddce4c48ffb7 Choose images dynamically.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94678
diff changeset
222 (kk (aref k (1- (length k)))))
ddce4c48ffb7 Choose images dynamically.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94678
diff changeset
223 (if (and (keymapp m)
ddce4c48ffb7 Choose images dynamically.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94678
diff changeset
224 (symbolp kk))
ddce4c48ffb7 Choose images dynamically.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94678
diff changeset
225 (setq submap m
ddce4c48ffb7 Choose images dynamically.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94678
diff changeset
226 key kk)))))
ddce4c48ffb7 Choose images dynamically.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94678
diff changeset
227 (when (and (symbolp submap) (boundp submap))
ddce4c48ffb7 Choose images dynamically.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94678
diff changeset
228 (setq submap (eval submap)))
ddce4c48ffb7 Choose images dynamically.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94678
diff changeset
229 (let ((defn (assq key (cdr submap))))
ddce4c48ffb7 Choose images dynamically.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94678
diff changeset
230 (if (eq (cadr defn) 'menu-item)
ddce4c48ffb7 Choose images dynamically.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94678
diff changeset
231 (define-key-after in-map (vector key)
ddce4c48ffb7 Choose images dynamically.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94678
diff changeset
232 (append (cdr defn) (list :image image-exp) props))
ddce4c48ffb7 Choose images dynamically.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94678
diff changeset
233 (setq defn (cdr defn))
ddce4c48ffb7 Choose images dynamically.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94678
diff changeset
234 (define-key-after in-map (vector key)
ddce4c48ffb7 Choose images dynamically.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94678
diff changeset
235 (let ((rest (cdr defn)))
ddce4c48ffb7 Choose images dynamically.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94678
diff changeset
236 ;; If the rest of the definition starts
ddce4c48ffb7 Choose images dynamically.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94678
diff changeset
237 ;; with a list of menu cache info, get rid of that.
ddce4c48ffb7 Choose images dynamically.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94678
diff changeset
238 (if (and (consp rest) (consp (car rest)))
ddce4c48ffb7 Choose images dynamically.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94678
diff changeset
239 (setq rest (cdr rest)))
ddce4c48ffb7 Choose images dynamically.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94678
diff changeset
240 (append `(menu-item ,(car defn) ,rest)
ddce4c48ffb7 Choose images dynamically.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 94678
diff changeset
241 (list :image image-exp) props)))))))
66168
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
242
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
243 ;;; Set up some global items. Additions/deletions up for grabs.
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
244
98658
3e7bd62df13a (tool-bar-setup): Variable deleted.
Chong Yidong <cyd@stupidchicken.com>
parents: 98624
diff changeset
245 (defun tool-bar-setup ()
111998
bc8dc4ac1e28 Implement tool-bar separators for non-GTK tool-bars.
Chong Yidong <cyd@stupidchicken.com>
parents: 111991
diff changeset
246 (setq tool-bar-separator-image-expression
bc8dc4ac1e28 Implement tool-bar separators for non-GTK tool-bars.
Chong Yidong <cyd@stupidchicken.com>
parents: 111991
diff changeset
247 (tool-bar--image-expression "separator"))
111650
8fd0d7bcdf7d Add keyword :vert-only for tool bar items with labels not shown horizontally.
Jan D. <jan.h.d@swipnet.se>
parents: 111222
diff changeset
248 (tool-bar-add-item-from-menu 'find-file "new" nil :label "New File"
8fd0d7bcdf7d Add keyword :vert-only for tool bar items with labels not shown horizontally.
Jan D. <jan.h.d@swipnet.se>
parents: 111222
diff changeset
249 :vert-only t)
8fd0d7bcdf7d Add keyword :vert-only for tool bar items with labels not shown horizontally.
Jan D. <jan.h.d@swipnet.se>
parents: 111222
diff changeset
250 (tool-bar-add-item-from-menu 'menu-find-file-existing "open" nil
111991
968255ee954a Support for menu separators in the GTK tool-bar.
Chong Yidong <cyd@stupidchicken.com>
parents: 111666
diff changeset
251 :label "Open" :vert-only t)
111650
8fd0d7bcdf7d Add keyword :vert-only for tool bar items with labels not shown horizontally.
Jan D. <jan.h.d@swipnet.se>
parents: 111222
diff changeset
252 (tool-bar-add-item-from-menu 'dired "diropen" nil :vert-only t)
8fd0d7bcdf7d Add keyword :vert-only for tool bar items with labels not shown horizontally.
Jan D. <jan.h.d@swipnet.se>
parents: 111222
diff changeset
253 (tool-bar-add-item-from-menu 'kill-this-buffer "close" nil :vert-only t)
98658
3e7bd62df13a (tool-bar-setup): Variable deleted.
Chong Yidong <cyd@stupidchicken.com>
parents: 98624
diff changeset
254 (tool-bar-add-item-from-menu 'save-buffer "save" nil
112025
41f10e4816d0 Fix 2010-12-20 change to tool-bar.el.
Chong Yidong <cyd@stupidchicken.com>
parents: 111998
diff changeset
255 :label "Save")
111991
968255ee954a Support for menu separators in the GTK tool-bar.
Chong Yidong <cyd@stupidchicken.com>
parents: 111666
diff changeset
256 (define-key-after (default-value 'tool-bar-map) [separator-1] menu-bar-separator)
112169
882d6cbb91a2 Tweaks to tool-bar for default, VC-dir, Compile, and Info.
Chong Yidong <cyd@stupidchicken.com>
parents: 112025
diff changeset
257 (tool-bar-add-item-from-menu 'undo "undo" nil)
111991
968255ee954a Support for menu separators in the GTK tool-bar.
Chong Yidong <cyd@stupidchicken.com>
parents: 111666
diff changeset
258 (define-key-after (default-value 'tool-bar-map) [separator-2] menu-bar-separator)
98658
3e7bd62df13a (tool-bar-setup): Variable deleted.
Chong Yidong <cyd@stupidchicken.com>
parents: 98624
diff changeset
259 (tool-bar-add-item-from-menu (lookup-key menu-bar-edit-menu [cut])
112025
41f10e4816d0 Fix 2010-12-20 change to tool-bar.el.
Chong Yidong <cyd@stupidchicken.com>
parents: 111998
diff changeset
260 "cut" nil :vert-only t)
98658
3e7bd62df13a (tool-bar-setup): Variable deleted.
Chong Yidong <cyd@stupidchicken.com>
parents: 98624
diff changeset
261 (tool-bar-add-item-from-menu (lookup-key menu-bar-edit-menu [copy])
111650
8fd0d7bcdf7d Add keyword :vert-only for tool bar items with labels not shown horizontally.
Jan D. <jan.h.d@swipnet.se>
parents: 111222
diff changeset
262 "copy" nil :vert-only t)
98658
3e7bd62df13a (tool-bar-setup): Variable deleted.
Chong Yidong <cyd@stupidchicken.com>
parents: 98624
diff changeset
263 (tool-bar-add-item-from-menu (lookup-key menu-bar-edit-menu [paste])
112025
41f10e4816d0 Fix 2010-12-20 change to tool-bar.el.
Chong Yidong <cyd@stupidchicken.com>
parents: 111998
diff changeset
264 "paste" nil :vert-only t)
111991
968255ee954a Support for menu separators in the GTK tool-bar.
Chong Yidong <cyd@stupidchicken.com>
parents: 111666
diff changeset
265 (define-key-after (default-value 'tool-bar-map) [separator-3] menu-bar-separator)
112169
882d6cbb91a2 Tweaks to tool-bar for default, VC-dir, Compile, and Info.
Chong Yidong <cyd@stupidchicken.com>
parents: 112025
diff changeset
266 (tool-bar-add-item-from-menu 'isearch-forward "search"
882d6cbb91a2 Tweaks to tool-bar for default, VC-dir, Compile, and Info.
Chong Yidong <cyd@stupidchicken.com>
parents: 112025
diff changeset
267 nil :label "Search" :vert-only t)
98658
3e7bd62df13a (tool-bar-setup): Variable deleted.
Chong Yidong <cyd@stupidchicken.com>
parents: 98624
diff changeset
268 ;;(tool-bar-add-item-from-menu 'ispell-buffer "spell")
66168
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
269
98658
3e7bd62df13a (tool-bar-setup): Variable deleted.
Chong Yidong <cyd@stupidchicken.com>
parents: 98624
diff changeset
270 ;; There's no icon appropriate for News and we need a command rather
3e7bd62df13a (tool-bar-setup): Variable deleted.
Chong Yidong <cyd@stupidchicken.com>
parents: 98624
diff changeset
271 ;; than a lambda for Read Mail.
3e7bd62df13a (tool-bar-setup): Variable deleted.
Chong Yidong <cyd@stupidchicken.com>
parents: 98624
diff changeset
272 ;;(tool-bar-add-item-from-menu 'compose-mail "mail/compose")
3e7bd62df13a (tool-bar-setup): Variable deleted.
Chong Yidong <cyd@stupidchicken.com>
parents: 98624
diff changeset
273
112169
882d6cbb91a2 Tweaks to tool-bar for default, VC-dir, Compile, and Info.
Chong Yidong <cyd@stupidchicken.com>
parents: 112025
diff changeset
274 ;; Help button on a tool bar is rather non-standard...
882d6cbb91a2 Tweaks to tool-bar for default, VC-dir, Compile, and Info.
Chong Yidong <cyd@stupidchicken.com>
parents: 112025
diff changeset
275 ;; (let ((tool-bar-map (default-value 'tool-bar-map)))
882d6cbb91a2 Tweaks to tool-bar for default, VC-dir, Compile, and Info.
Chong Yidong <cyd@stupidchicken.com>
parents: 112025
diff changeset
276 ;; (tool-bar-add-item "help" (lambda ()
882d6cbb91a2 Tweaks to tool-bar for default, VC-dir, Compile, and Info.
Chong Yidong <cyd@stupidchicken.com>
parents: 112025
diff changeset
277 ;; (interactive)
882d6cbb91a2 Tweaks to tool-bar for default, VC-dir, Compile, and Info.
Chong Yidong <cyd@stupidchicken.com>
parents: 112025
diff changeset
278 ;; (popup-menu menu-bar-help-menu))
882d6cbb91a2 Tweaks to tool-bar for default, VC-dir, Compile, and Info.
Chong Yidong <cyd@stupidchicken.com>
parents: 112025
diff changeset
279 ;; 'help
882d6cbb91a2 Tweaks to tool-bar for default, VC-dir, Compile, and Info.
Chong Yidong <cyd@stupidchicken.com>
parents: 112025
diff changeset
280 ;; :help "Pop up the Help menu"))
882d6cbb91a2 Tweaks to tool-bar for default, VC-dir, Compile, and Info.
Chong Yidong <cyd@stupidchicken.com>
parents: 112025
diff changeset
281 )
66168
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
282
110455
c82718dcce89 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
Jan D. <jan.h.d@swipnet.se>
parents: 110015
diff changeset
283 (if (featurep 'move-toolbar)
c82718dcce89 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
Jan D. <jan.h.d@swipnet.se>
parents: 110015
diff changeset
284 (defcustom tool-bar-position 'top
c82718dcce89 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
Jan D. <jan.h.d@swipnet.se>
parents: 110015
diff changeset
285 "Specify on which side the tool bar shall be.
c82718dcce89 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
Jan D. <jan.h.d@swipnet.se>
parents: 110015
diff changeset
286 Possible values are `top' (tool bar on top), `bottom' (tool bar at bottom),
c82718dcce89 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
Jan D. <jan.h.d@swipnet.se>
parents: 110015
diff changeset
287 `left' (tool bar on left) and `right' (tool bar on right).
c82718dcce89 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
Jan D. <jan.h.d@swipnet.se>
parents: 110015
diff changeset
288 Customize `tool-bar-mode' if you want to show or hide the tool bar."
c82718dcce89 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
Jan D. <jan.h.d@swipnet.se>
parents: 110015
diff changeset
289 :type '(choice (const top)
c82718dcce89 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
Jan D. <jan.h.d@swipnet.se>
parents: 110015
diff changeset
290 (const bottom)
c82718dcce89 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
Jan D. <jan.h.d@swipnet.se>
parents: 110015
diff changeset
291 (const left)
c82718dcce89 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
Jan D. <jan.h.d@swipnet.se>
parents: 110015
diff changeset
292 (const right))
c82718dcce89 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
Jan D. <jan.h.d@swipnet.se>
parents: 110015
diff changeset
293 :group 'frames
c82718dcce89 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
Jan D. <jan.h.d@swipnet.se>
parents: 110015
diff changeset
294 :initialize 'custom-initialize-default
c82718dcce89 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
Jan D. <jan.h.d@swipnet.se>
parents: 110015
diff changeset
295 :set (lambda (sym val)
c82718dcce89 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
Jan D. <jan.h.d@swipnet.se>
parents: 110015
diff changeset
296 (set-default sym val)
111222
cdad894f9ed0 Remove duplicate Lisp definitions of define-minor-mode variables defined in C.
Glenn Morris <rgm@gnu.org>
parents: 110455
diff changeset
297 (modify-all-frames-parameters
110455
c82718dcce89 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
Jan D. <jan.h.d@swipnet.se>
parents: 110015
diff changeset
298 (list (cons 'tool-bar-position val))))))
83514
d9f8d2a65d18 Merged from emacs@sv.gnu.org
Karoly Lorentey <lorentey@elte.hu>
parents: 83497 70323
diff changeset
299
66168
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
300
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
301 (provide 'tool-bar)
111222
cdad894f9ed0 Remove duplicate Lisp definitions of define-minor-mode variables defined in C.
Glenn Morris <rgm@gnu.org>
parents: 110455
diff changeset
302
66168
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
303 ;;; tool-bar.el ends here