Re: How to get height & width of window?



How can an app determine the height and width 
of a window after the user changes it's size?

Try this, works for me:

gdk_window_get_size (window->window, &w, &h);

Carlos




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