Re: Maximization or Maximized window size



> Hi,
> is there a way to maximize window only in one direction(horizontal or
> vertical) or at least to know the size of maximized window, without
> actually maximizing it(ask WM about it or something like that)

You can get the screen size with gdk_screen_get_width and gdk_screen_get_height. To get the screen you can call gtk_widget_get_screen.

Cheers,
Ian L.

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