All I am using the following code:
GtkArg arg; arg.type = GTK_TYPE_UINT; arg.name = "x"; gtk_widget_get(main_window, &arg); x_pos = GTK_VALUE_UINT(arg); The problem is, no matter where I move my top level window, gtk_widget_get returns the same value (x_pos = 262). Any ideas? Thanks. -- Neil Hodge [EMAIL PROTECTED] _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
