GtkWindow is also a GtkWidget.. you can use gtk_widget_set_uposition(your_window, x, y);
On Tue, 2002-04-16 at 10:15, Jean-Yves Lamoureux wrote: > Hi > I was trying to set a window position, but I found only a function like > gtk_window_position (GtkWindow *window, GtkWindowPosition position), where > the position can be only a state, as center, free or mouse. > Is there a way to set the position of the window in pixels ? (I mean is > there a function or do I have to see the GtkWindow structure to set it > manually ?) > > thanks > > > -- > Jean-Yves Lamoureux > Software Developper > _______________________________________________ > gtk-list mailing list > [EMAIL PROTECTED] > http://mail.gnome.org/mailman/listinfo/gtk-list _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
