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

Re: Opening windows



>1) Where on earth do I find the online gtk 1.2 manual?

www.gtk.org -> API: http://www.gtk.org/api/

>2) How do I open a window at a set position (ie. n pixels up and m pixels
>accross from the bottom left corener of the desktop?

I think you want something as this:

gdk_window_move (window->window, gdk_screen_height() - n, m);

Carlos



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