opening maximized window



Hi

how can I open a maximized window ?

I'd tried :

gtk_widget_set_uposition ( window, 0, 0);
gtk_window_set_default_size (GTK_WINDOW(window), gdk_screen_width(), gdk_screen_height());

but it isn't what I want. I need open window with the same origin and width/height as window maximized with maximize icon in the corner of window.

Thank's for all your advice.
Michal.





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