Re: [GnomeMeeting-devel-list] Bugs to fix for 2.0.2



Damien Sandras a écrit :
Le dimanche 23 avril 2006 à 18:53 +0200, Julien PUYDT a écrit :
Damien Sandras a écrit :
Add gnomemeeting_window_set_parent which would set it as parent for the
druid if the druid is present?
You mean something like :
if (gtk_window_is_active (GTK_WINDOW (druid)))
   gtk_widget_set_parent (popup, GTK_WIDGET (druid));
?

If so, it is indeed a much better idea :-)

Yes, if GTK_WIDGET_VISIBLE (), something like that :)

It can be done cleanly.

Hmmm... gtk_window_is_active should make the popup depend on the druid only if it is the toplevel window... while GTK_WIDGET_VISIBLE will make the popup depend on the druid even if the window is just visible (ie: hidden behind another).

You tell me, I do ;-)

Snark



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