[EMAIL PROTECTED] writes: > Sure. If your top level window widget is "GtkWidget* window", then > > gint width, height; > gdk_drawable_get_size(window->window, &width, &height); > > If you're using 1.2, use gdk_window_get_size() instead, with the > same syntax. >
In 2.0 it's better to use gtk_window_get_size(), since it's independent of realization state and saves some typing. Havoc _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
