On Tue, Jul 03, 2007 at 11:31:13AM +0200, Michael Klein wrote:
> how can I produce a popup from scheme?

This depends on the kind of popup you want.

  1) You want to display a message: use set-message to display the message on
     the footer (this might be popped up sometime).

  2) You want a popup interface to TeXmacs: see Henri's answer.

  3) You want real popup widgets: this is still experimental.
     You may look at the module (kernel gui gui-test) for some examples.
     For instance, after loading the module, enter

       (widget-popup "Form" '(widget-9))

     in a scheme session.

Any help for testing/extending the widget interface is appreciated ;^)

Best wishes, Joris


_______________________________________________
Texmacs-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/texmacs-dev

Reply via email to