Re: Get width of window



On Thu, 2006-06-29 at 20:57 -0700, 3saul wrote:
How do I get the current width of my window? It's not decorated so I don't
need to worry about that.

void        gtk_window_get_size             (GtkWindow *window,
                                             gint *width,
                                             gint *height);

http://developer.gnome.org/doc/API/2.0/gtk/GtkWindow.html#gtk-window-get-size

-- 
Iago Rubio




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