guile-user
[Top][All Lists]
Advanced

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

[Fwd: how to raise a widget?]


From: David Pirotte
Subject: [Fwd: how to raise a widget?]
Date: Thu, 11 Oct 2001 09:41:48 +0200

David Pirotte wrote:
> 
> hi,
> 
> does any one know how to raise a window (or dialog)
> 
> assuming that *ecalc/top-level* is either false or does hold 'a pointer'
> to a previously created dialog, but the dialog would be 'in the back'
> (not visible to the user, hided by another window/dialog), how can i
> ask the window manager to raise it (put it in front) ?
> 
> (define (ecalc/select-gui)
>   (if *ecalc/top-level*
>       (begin
>         ;; how to raise the dialog ?
>         )
>       ;; let's create the dialog
>       (ecalc/gui)
>       ))
> 
> thanks
> david



reply via email to

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