Re: writing a dockapp



Tommi Komulainen wrote:

gdk_window_withdraw() and/or GDK_WINDOW_STATE_WITHDRAWN ?

That is it. Thank you. Hmm, to make it perfect I still need a way to mark a window as Withdrawn and "make it appear" only for the side effect of showing an apicon. The sequence:

gtk_widget_show_all(window);
gtk_widget_hide(window); /*similar to gdk_window_withdraw()*/

makes a window appear and disappear in a visible way.

Tomek Grzejszczyk



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