This is the mail archive of the guile-gtk@sources.redhat.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]