Re: [gtk-list] How to put a window on top ?
- From: Stefan Ondrejicka <ondrej idata sk>
- To: gtk-list redhat com
- Subject: Re: [gtk-list] How to put a window on top ?
- Date: Wed, 17 Nov 1999 10:26:18 +0100 (MET)
On Wed, 17 Nov 1999, Christian Orsatti wrote:
Hi,
> I have develop an interface with GTK. I have several popups that might
> be open at the same time. And I have not found the function to use to
> tell a popup to re-display itself on top.
> gtk_widget_show() won't do anything if the popup is already display.
> Thanks for your help
if (GTK_WIDGET_REALIZED(popup))
gdk_window_raise(popup->window);
Greetings,
Stevo.
--
Stefan Ondrejicka <ondrej@idata.sk>
Beethovenova 11, 917 08 Trnava, Slovakia
http://www.idata.sk/~ondrej/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]