Re: How to get height & width of window?
- From: Carlos Pereira <carlos pehoe civil ist utl pt>
- To: gtk-app-devel-list gnome org
- Subject: Re: How to get height & width of window?
- Date: Fri, 21 Sep 2001 18:52:51 +0100
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]