>>>> "Katsumi" == Katsumi Yamaoka
<yamaoka(a)jpl.org> writes:
Katsumi> May I bother you? How do I create widget buttons in
Katsumi> latest 21.2 CVS?
Hello Yamaoka San,
this code works for me in latest 21.2 CVS after applying Andy's recent
patch:
Subject: Re: widget-push-button-value-create broken in latest 21.2 CVS?
To: Adrian Aichner <aichner(a)ecf.teradyne.com>,
XEmacs Beta List <xemacs-beta(a)xemacs.org>, xemacs-patches(a)xemacs.org
Date: Tue, 19 Oct 1999 08:09:01 +0100
Message-Id: <3.0.5.32.19991019080901.009ae290(a)london.beasys.com>
HTH,
Adrian
Katsumi> (widget-create 'push-button
Katsumi> :tag "Hello"
Katsumi> :action (lambda (&rest args) (message "Hello")))
Katsumi> No button appears in *scratch* buffer with this code. :-<