comparison man/widget.texi @ 5118:e0db3c197671 ben-lisp-object

merge up to latest default branch, doesn't compile yet
author Ben Wing <ben@xemacs.org>
date Sat, 26 Dec 2009 21:18:49 -0600
parents 1094d6d400fb
children e82f5b7010fe
comparison
equal deleted inserted replaced
5117:3742ea8250b5 5118:e0db3c197671
1539 The syntax for the @var{type} arguments to these functions is described 1539 The syntax for the @var{type} arguments to these functions is described
1540 in @ref{Basic Types}. 1540 in @ref{Basic Types}.
1541 1541
1542 @defun widget-create-child-and-convert parent type &rest args 1542 @defun widget-create-child-and-convert parent type &rest args
1543 As a child of @var{parent}, create a widget with type @var{type} and 1543 As a child of @var{parent}, create a widget with type @var{type} and
1544 value @var{value}. @var{type} is copied, and the @code{:widget-contvert} 1544 value @var{value}. @var{type} is copied, and the @code{:widget-convert}
1545 method is applied to the optional keyword arguments from @var{args}. 1545 method is applied to the optional keyword arguments from @var{args}.
1546 @end defun 1546 @end defun
1547 1547
1548 @defun widget-create-child parent type 1548 @defun widget-create-child parent type
1549 As a child of @var{parent}, create a widget with type @var{type}. 1549 As a child of @var{parent}, create a widget with type @var{type}.