jed-users mailing list

[2006 Date Index] [2006 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: Tokenlist updated


Marko Mahnic <marko.mahnic@xxxxxxxx> wrote:
>drawback is window management. I am hoping that John will add popup windows
>at some point. In BRIEF I was able to do something like:
>
>    n = create_popup_window(x, y, w, h);
>    setbuf("*TokenList*");
>    process(); % new event loop created;
>    % the above is similar to a modal popup dialog
>
>    % this is only executed when you exit() from the new event loop
>    delete_window(n);
>    delbuf("*TokenList*");

If you are running in X (jed or xjed) and you have the SLgtk module
installed, you can use it to achieve this effect.  I believe that Paul
Boekholt may have posted an example of this at some point.

--John

--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.


[2006 date index] [2006 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]