[Top][All Lists]
[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
- [Fwd: how to raise a widget?], David Pirotte, 2001/10/11
- Message not available
- Re: [Fwd: how to raise a widget?],
David Pirotte <=
- Re: [Fwd: how to raise a widget?], Marius Vollmer, 2001/10/11
- Re: [Fwd: how to raise a widget?], David Pirotte, 2001/10/11
- Re: [Fwd: how to raise a widget?], Neil Jerram, 2001/10/18
- Re: [Fwd: how to raise a widget?], David Pirotte, 2001/10/18
- Re: [Fwd: how to raise a widget?], Neil Jerram, 2001/10/19
- Re: [Fwd: how to raise a widget?], Ian Grant, 2001/10/18