moving hidden window



HI!


If I hide window with gtk_widget_hide and then show it again with
gtk_widget_show the window does not stay in the same position so I have to
move it with gtk_window_move. but this function only works before
gtk_widget_show, so the code
gtk_widget_show(window);
gtk_window_move(window....);
shows window and then moves it to the right position,. it makes window
flicking . how to avoid this?

regards
hubert s.




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