Re: set a Window Maximized



How can I make a Window with a maximized size per default?

       I tried with gtk_window_set_default_size() but
       it only works with a fixed size, and what I want to
       do is to make the size of the window gets maximized
       according to the desktop's resolution.

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

Carlos




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