Searched +refs:widget +refs:plist +refs:member (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dtree-widget.el1 ;;; tree-widget.el --- Tree widget
29 ;; This library provide a tree widget useful to display data
32 ;; The following properties are specific to the tree widget:
39 ;; Specify the widget used to represent the value of a tree node.
40 ;; By default this is an `item' widget which displays the
41 ;; tree-widget :tag property value if defined, or a string
42 ;; representation of the tree-widget value.
52 ;; will be passed the tree widget and must return a list of child
54 ;; stored in the :args property of the tree widget
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/net/
H A Deudc.el76 (defvar eudc-form-widget-list nil)
125 (defun eudc-plist-member (plist prop)
127 (if (not (= 0 (% (length plist) 2)))
128 (error "Malformed plist"))
130 (while plist
131 (if (eq prop (car plist))
133 (setq plist (cdr (cdr plist))))
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dmessage.el259 :type '(repeat :value-to-internal (lambda (widget value)
261 :match (lambda (widget value)
263 (widget-editable-list-match widget value)))
280 :type '(repeat :value-to-internal (lambda (widget value)
282 :match (lambda (widget value)
284 (widget-editable-list-match widget value)))
462 :match (lambda (widget value) (memq value '(unique t))))
553 :type '(repeat :value-to-internal (lambda (widget valu
[all...]

Completed in 192 milliseconds