comparison lisp/term/x-win.el @ 83717:0ee0c5be8e9a

(x-gtk-stock-map): :version changed to 23.1.
author Jan Djärv <jan.h.d@swipnet.se>
date Wed, 29 Aug 2007 06:00:11 +0000
parents a73440d2f146
children f5b3f6bef1a1
comparison
equal deleted inserted replaced
83716:a73440d2f146 83717:0ee0c5be8e9a
2599 ("index" . "gtk-index") 2599 ("index" . "gtk-index")
2600 ("search" . "gtk-find") 2600 ("search" . "gtk-find")
2601 ("exit" . "gtk-quit")) 2601 ("exit" . "gtk-quit"))
2602 "How icons for tool bars are mapped to Gtk+ stock items. 2602 "How icons for tool bars are mapped to Gtk+ stock items.
2603 Emacs must be compiled with the Gtk+ toolkit for this to have any effect." 2603 Emacs must be compiled with the Gtk+ toolkit for this to have any effect."
2604 :version "23.0" 2604 :version "23.1"
2605 :type 'alist 2605 :type 'alist
2606 :group 'x) 2606 :group 'x)
2607 2607
2608 (defun x-gtk-map-stock (file) 2608 (defun x-gtk-map-stock (file)
2609 "Map icon with file name FILE to a Gtk+ stock name, using `x-gtk-stock-map'." 2609 "Map icon with file name FILE to a Gtk+ stock name, using `x-gtk-stock-map'."