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 <[EMAIL PROTECTED]>
Beethovenova 11, 917 08 Trnava, Slovakia
http://www.idata.sk/~ondrej/

-- 
To unsubscribe: mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Reply via email to