Re: Opening windows
- From: Carlos Pereira <carlos pehoe civil ist utl pt>
- To: gtk-app-devel-list gnome org
- Subject: Re: Opening windows
- Date: Fri, 15 Mar 2002 18:31:35 GMT
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]