guile-user
[Top][All Lists]
Advanced

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

Re: [Fwd: how to raise a widget?]


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

Bill Schottstaedt wrote:
> 
> In Snd I use this code to raise a dialog widget:
> 
> void raise_dialog(GtkWidget *w)
> {
>   /* since we're using non-transient message dialogs, the dialog window can 
> become completely
>    * hidden behind other windows, with no easy way to raise it back to the 
> top, so...
>    */
>   gtk_widget_show(w);
>   gdk_window_raise(w->window);
> }
> 
> I don't know how that maps into guile-gtk.

thanks Bill,

unfortunatle, gdk_window_raise doesn't seem to be mapped in guile-gtk

does anyone know how to do it in guile-gtk (either another function,
either how to map gdk_window_raise)?

thanks
david



reply via email to

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