gtk_window_set_position is for things like "center", "on mouse",
"center on parent", etc. To pick coordinates for the upper left-hand
corner of the screen, use gtk_window_move.
All of these functions are, of course, documented under GtkWindow (see
www.gtk.org API Documentation for more). However
I beleive you can just use gtk_window_set_position () on your main window.
Chris Anderson
On 6/9/05, Mohit Gogia <[EMAIL PROTECTED]> wrote:
> is there any way that i can position gtk window at a particular
> location on the screen..like at the bottom right corner?
>
>
> --
> ---