comparison lisp/term/x-win.el @ 84975:5596152dc0c7

(x-gtk-stock-map): Version is 22.2.
author Jan Djärv <jan.h.d@swipnet.se>
date Sat, 29 Sep 2007 16:23:59 +0000
parents c441663cac09
children 8aa48ea4b5cb
comparison
equal deleted inserted replaced
84974:291e8733f76a 84975:5596152dc0c7
2589 ("etc/images/search" . "gtk-find") 2589 ("etc/images/search" . "gtk-find")
2590 ("etc/images/exit" . "gtk-quit")) 2590 ("etc/images/exit" . "gtk-quit"))
2591 "How icons for tool bars are mapped to Gtk+ stock items. 2591 "How icons for tool bars are mapped to Gtk+ stock items.
2592 Emacs must be compiled with the Gtk+ toolkit for this to have any effect. 2592 Emacs must be compiled with the Gtk+ toolkit for this to have any effect.
2593 A value that begins with n: denotes a named icon instead of a stock icon." 2593 A value that begins with n: denotes a named icon instead of a stock icon."
2594 :version "23.1" 2594 :version "22.2"
2595 :type 'alist 2595 :type 'alist
2596 :group 'x) 2596 :group 'x)
2597 2597
2598 (defvar icon-map-list '(x-gtk-stock-map) 2598 (defvar icon-map-list '(x-gtk-stock-map)
2599 "*A list of alists that maps icon file names to stock/named icons. 2599 "*A list of alists that maps icon file names to stock/named icons.