Katsumi Yamaoka <yamaoka(a)jpl.org> writes:
> (widget-create 'push-button
> :tag "Hello"
> :action (lambda (&rest args) (message "Hello")))
>
> No button appears in *scratch* buffer with this code. :-<
I forgot all that the configure option --with-widgets= is set none.
A [Hello] text button should appear even if there are GUI buttons.
Did it?