texmacs-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Texmacs-dev] Popup Message


From: Joris van der Hoeven
Subject: Re: [Texmacs-dev] Popup Message
Date: Tue, 3 Jul 2007 17:50:02 +0200
User-agent: Mutt/1.5.9i

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]