Mercurial > hg > xemacs-beta
comparison man/widget.texi @ 167:85ec50267440 r20-3b10
Import from CVS: tag r20-3b10
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:45:46 +0200 |
parents | 0132846995bd |
children | 8eaf7971accc |
comparison
equal
deleted
inserted
replaced
166:7a77eb660975 | 167:85ec50267440 |
---|---|
11 | 11 |
12 @node Top, Introduction, (dir), (dir) | 12 @node Top, Introduction, (dir), (dir) |
13 @comment node-name, next, previous, up | 13 @comment node-name, next, previous, up |
14 @top The Emacs Widget Library | 14 @top The Emacs Widget Library |
15 | 15 |
16 Version: 1.9931 | 16 Version: 1.9940 |
17 | 17 |
18 @menu | 18 @menu |
19 * Introduction:: | 19 * Introduction:: |
20 * User Interface:: | 20 * User Interface:: |
21 * Programming Example:: | 21 * Programming Example:: |
1466 the parent. | 1466 the parent. |
1467 | 1467 |
1468 The following predefined function can be used here: | 1468 The following predefined function can be used here: |
1469 | 1469 |
1470 @defun widget-parent-action widget &optional event | 1470 @defun widget-parent-action widget &optional event |
1471 Tell @code{:parent} of @var{widget} to handle the @code{:action}.@br | 1471 Tell @code{:parent} of @var{widget} to handle the @code{:action}.@* |
1472 Optional @var{event} is the event that triggered the action. | 1472 Optional @var{event} is the event that triggered the action. |
1473 @end defun | 1473 @end defun |
1474 | 1474 |
1475 @item :prompt-value | 1475 @item :prompt-value |
1476 Function to prompt for a value in the minibuffer. The function should | 1476 Function to prompt for a value in the minibuffer. The function should |
1536 @node Utilities, Widget Wishlist, Widget Minor Mode, Top | 1536 @node Utilities, Widget Wishlist, Widget Minor Mode, Top |
1537 @comment node-name, next, previous, up | 1537 @comment node-name, next, previous, up |
1538 @section Utilities. | 1538 @section Utilities. |
1539 | 1539 |
1540 @defun widget-prompt-value widget prompt [ value unbound ] | 1540 @defun widget-prompt-value widget prompt [ value unbound ] |
1541 Prompt for a value matching @var{widget}, using @var{prompt}.@br | 1541 Prompt for a value matching @var{widget}, using @var{prompt}.@* |
1542 The current value is assumed to be @var{value}, unless @var{unbound} is | 1542 The current value is assumed to be @var{value}, unless @var{unbound} is |
1543 non-nil.@refill | 1543 non-nil.@refill |
1544 @end defun | 1544 @end defun |
1545 | 1545 |
1546 @defun widget-get-sibling widget | 1546 @defun widget-get-sibling widget |
1547 Get the item @var{widget} is assumed to toggle.@br | 1547 Get the item @var{widget} is assumed to toggle.@* |
1548 This is only meaningful for radio buttons or checkboxes in a list. | 1548 This is only meaningful for radio buttons or checkboxes in a list. |
1549 @end defun | 1549 @end defun |
1550 | 1550 |
1551 @node Widget Wishlist, , Utilities, Top | 1551 @node Widget Wishlist, , Utilities, Top |
1552 @comment node-name, next, previous, up | 1552 @comment node-name, next, previous, up |