Hi,
Le samedi 11 octobre 2008 ᅵ 15:38 +0200, Anders Broman a ᅵcrit :
> Hi,
> Is there a GTK function to bring the window back in front when starting the
> "Expert info composite"?
> Currently the screen is shown briefly the rescanning of packets takes place
> and the progress screen is moved to
> the front. I would like to get the "Expert info" screen back in front when
> rescanning is finised.
>
> Or should cf_redissect_packets(&cfile); be called before
> gtk_widget_show_all(ss->win);
Many taps use gdk_window_raise()
Didier