Mercurial > emacs
annotate lisp/widget.el @ 111147:b8d9a3e4de08
Regenerated.
author | Lars Magne Ingebrigtsen <larsi@gnus.org> |
---|---|
date | Sun, 24 Oct 2010 22:47:22 +0200 |
parents | 280c8ae2476d |
children | 417b1e4d63cd |
rev | line source |
---|---|
38436
b174db545cfd
Some fixes to follow coding conventions.
Pavel Janík <Pavel@Janik.cz>
parents:
30147
diff
changeset
|
1 ;;; widget.el --- a library of user interface components |
17334 | 2 ;; |
74442 | 3 ;; Copyright (C) 1996, 1997, 2001, 2002, 2003, 2004, |
106815 | 4 ;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
17334 | 5 ;; |
6 ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> | |
7 ;; Keywords: help, extensions, faces, hypermedia | |
18258
e83bc8150072
Synched with 1.9920.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
18139
diff
changeset
|
8 ;; Version: 1.9920 |
17334 | 9 ;; X-URL: http://www.dina.kvl.dk/~abraham/custom/ |
110015
280c8ae2476d
Add "Package:" file headers to denote built-in packages.
Chong Yidong <cyd@stupidchicken.com>
parents:
106815
diff
changeset
|
10 ;; Package: emacs |
17334 | 11 |
17520 | 12 ;; This file is part of GNU Emacs. |
13 | |
94678
ee5932bf781d
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
79721
diff
changeset
|
14 ;; GNU Emacs is free software: you can redistribute it and/or modify |
17520 | 15 ;; 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:
79721
diff
changeset
|
16 ;; 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:
79721
diff
changeset
|
17 ;; (at your option) any later version. |
17520 | 18 |
19 ;; GNU Emacs is distributed in the hope that it will be useful, | |
20 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | |
21 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
22 ;; GNU General Public License for more details. | |
23 | |
24 ;; 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:
79721
diff
changeset
|
25 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
17520 | 26 |
17334 | 27 ;;; Commentary: |
49597
e88404e8f2cf
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
38436
diff
changeset
|
28 ;; |
25179
c7ee317291f8
(define-widget-keywords): Make dummy definition and comment-out its use.
Dave Love <fx@gnu.org>
parents:
21788
diff
changeset
|
29 ;; The widget library is partially documented in the `widget' Info |
c7ee317291f8
(define-widget-keywords): Make dummy definition and comment-out its use.
Dave Love <fx@gnu.org>
parents:
21788
diff
changeset
|
30 ;; file. |
17334 | 31 ;; |
25179
c7ee317291f8
(define-widget-keywords): Make dummy definition and comment-out its use.
Dave Love <fx@gnu.org>
parents:
21788
diff
changeset
|
32 ;; This file only contains the code needed to define new widget types. |
17334 | 33 ;; Everything else is autoloaded from `wid-edit.el'. |
34 | |
35 ;;; Code: | |
36 | |
25179
c7ee317291f8
(define-widget-keywords): Make dummy definition and comment-out its use.
Dave Love <fx@gnu.org>
parents:
21788
diff
changeset
|
37 ;; Doing this is unnecessary in Emacs 20. Kept as dummy in case |
c7ee317291f8
(define-widget-keywords): Make dummy definition and comment-out its use.
Dave Love <fx@gnu.org>
parents:
21788
diff
changeset
|
38 ;; external libraries call it. We save a kb or two of purespace by |
c7ee317291f8
(define-widget-keywords): Make dummy definition and comment-out its use.
Dave Love <fx@gnu.org>
parents:
21788
diff
changeset
|
39 ;; dummying-out such definitions generally. |
17334 | 40 (defmacro define-widget-keywords (&rest keys) |
66401
a8bf0a9de6ac
(define-widget): Add `doc-string' declaration.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
64762
diff
changeset
|
41 ;; ;; Don't use backquote, since that makes trouble trying to |
a8bf0a9de6ac
(define-widget): Add `doc-string' declaration.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
64762
diff
changeset
|
42 ;; ;; re-bootstrap from just the .el files. |
a8bf0a9de6ac
(define-widget): Add `doc-string' declaration.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
64762
diff
changeset
|
43 ;; (list 'eval-and-compile |
a8bf0a9de6ac
(define-widget): Add `doc-string' declaration.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
64762
diff
changeset
|
44 ;; (list 'let (list (list 'keywords (list 'quote keys))) |
a8bf0a9de6ac
(define-widget): Add `doc-string' declaration.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
64762
diff
changeset
|
45 ;; (list 'while 'keywords |
a8bf0a9de6ac
(define-widget): Add `doc-string' declaration.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
64762
diff
changeset
|
46 ;; (list 'or (list 'boundp (list 'car 'keywords)) |
a8bf0a9de6ac
(define-widget): Add `doc-string' declaration.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
64762
diff
changeset
|
47 ;; (list 'set (list 'car 'keywords) (list 'car 'keywords))) |
a8bf0a9de6ac
(define-widget): Add `doc-string' declaration.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
64762
diff
changeset
|
48 ;; (list 'setq 'keywords (list 'cdr 'keywords))))) |
25179
c7ee317291f8
(define-widget-keywords): Make dummy definition and comment-out its use.
Dave Love <fx@gnu.org>
parents:
21788
diff
changeset
|
49 ) |
17334 | 50 |
66401
a8bf0a9de6ac
(define-widget): Add `doc-string' declaration.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
64762
diff
changeset
|
51 ;;(define-widget-keywords :documentation-indent |
a8bf0a9de6ac
(define-widget): Add `doc-string' declaration.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
64762
diff
changeset
|
52 ;; :complete-function :complete :button-overlay |
a8bf0a9de6ac
(define-widget): Add `doc-string' declaration.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
64762
diff
changeset
|
53 ;; :field-overlay |
a8bf0a9de6ac
(define-widget): Add `doc-string' declaration.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
64762
diff
changeset
|
54 ;; :documentation-shown :button-prefix |
a8bf0a9de6ac
(define-widget): Add `doc-string' declaration.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
64762
diff
changeset
|
55 ;; :button-suffix :mouse-down-action :glyph-up :glyph-down :glyph-inactive |
a8bf0a9de6ac
(define-widget): Add `doc-string' declaration.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
64762
diff
changeset
|
56 ;; :prompt-internal :prompt-history :prompt-match |
a8bf0a9de6ac
(define-widget): Add `doc-string' declaration.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
64762
diff
changeset
|
57 ;; :prompt-value :deactivate :active |
a8bf0a9de6ac
(define-widget): Add `doc-string' declaration.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
64762
diff
changeset
|
58 ;; :inactive :activate :sibling-args :delete-button-args |
a8bf0a9de6ac
(define-widget): Add `doc-string' declaration.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
64762
diff
changeset
|
59 ;; :insert-button-args :append-button-args :button-args |
a8bf0a9de6ac
(define-widget): Add `doc-string' declaration.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
64762
diff
changeset
|
60 ;; :tag-glyph :off-glyph :on-glyph :valid-regexp |
a8bf0a9de6ac
(define-widget): Add `doc-string' declaration.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
64762
diff
changeset
|
61 ;; :secret :sample-face :sample-face-get :case-fold |
a8bf0a9de6ac
(define-widget): Add `doc-string' declaration.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
64762
diff
changeset
|
62 ;; :create :convert-widget :format :value-create :offset :extra-offset |
a8bf0a9de6ac
(define-widget): Add `doc-string' declaration.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
64762
diff
changeset
|
63 ;; :tag :doc :from :to :args :value :action |
a8bf0a9de6ac
(define-widget): Add `doc-string' declaration.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
64762
diff
changeset
|
64 ;; :value-set :value-delete :match :parent :delete :menu-tag-get |
a8bf0a9de6ac
(define-widget): Add `doc-string' declaration.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
64762
diff
changeset
|
65 ;; :value-get :choice :void :menu-tag :on :off :on-type :off-type |
a8bf0a9de6ac
(define-widget): Add `doc-string' declaration.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
64762
diff
changeset
|
66 ;; :notify :entry-format :button :children :buttons :insert-before |
a8bf0a9de6ac
(define-widget): Add `doc-string' declaration.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
64762
diff
changeset
|
67 ;; :delete-at :format-handler :widget :value-pos :value-to-internal |
a8bf0a9de6ac
(define-widget): Add `doc-string' declaration.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
64762
diff
changeset
|
68 ;; :indent :size :value-to-external :validate :error :directory |
a8bf0a9de6ac
(define-widget): Add `doc-string' declaration.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
64762
diff
changeset
|
69 ;; :must-match :type-error :value-inline :inline :match-inline :greedy |
a8bf0a9de6ac
(define-widget): Add `doc-string' declaration.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
64762
diff
changeset
|
70 ;; :button-face-get :button-face :value-face :keymap :entry-from |
a8bf0a9de6ac
(define-widget): Add `doc-string' declaration.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
64762
diff
changeset
|
71 ;; :entry-to :help-echo :documentation-property :tab-order) |
17334 | 72 |
67059
005159df0f00
(define-widget): Don't use declare for the doc-string-elt.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
66401
diff
changeset
|
73 (put 'define-widget 'doc-string-elt 3) ;`declare' doesn't work in functions. |
17334 | 74 (defun define-widget (name class doc &rest args) |
75 "Define a new widget type named NAME from CLASS. | |
76 | |
77 NAME and CLASS should both be symbols, CLASS should be one of the | |
78 existing widget types, or nil to create the widget from scratch. | |
79 | |
80 After the new widget has been defined, the following two calls will | |
81 create identical widgets: | |
82 | |
83 * (widget-create NAME) | |
84 | |
85 * (apply 'widget-create CLASS ARGS) | |
86 | |
87 The third argument DOC is a documentation string for the widget." | |
88 (put name 'widget-type (cons class args)) | |
105957
25e1d7e37015
* widget.el (define-widget): Purecopy the docstring.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
100908
diff
changeset
|
89 (put name 'widget-documentation (purecopy doc)) |
17550
d6545cfb6c5a
Synched with custom 1.90.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
17520
diff
changeset
|
90 name) |
17334 | 91 |
30147 | 92 ;; This is used by external widget code (in W3, at least). |
93 (defalias 'widget-plist-member 'plist-member) | |
94 | |
17334 | 95 ;;; The End. |
96 | |
97 (provide 'widget) | |
98 | |
66401
a8bf0a9de6ac
(define-widget): Add `doc-string' declaration.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
64762
diff
changeset
|
99 ;; arch-tag: 932c71a3-9aeb-4827-a293-8b88b26d5c58 |
38436
b174db545cfd
Some fixes to follow coding conventions.
Pavel Janík <Pavel@Janik.cz>
parents:
30147
diff
changeset
|
100 ;;; widget.el ends here |