Re: loading windows at a fixed x y position

2002-06-10 Thread vyadav
hi... try set_usize, set_default_size. i have done it regards vinita..

loading windows at a fixed x y position

2002-06-08 Thread Punit Neb
Hello, i want to load a window at a fixed x y position. after a lot of searching on the net, i found the function for this is gtk_window_set_uposition. however on compilation i get implicit declaration of function int gtk_window_set_uposition (...) my code is as under

loading windows at a fixed x y position

2002-06-08 Thread Punit Neb
Hello, i want to load a window at a fixed x y position. after a lot of searching on the net, i found the function for this is gtk_window_set_uposition. however on compilation i get implicit declaration of function int gtk_window_set_uposition (...) my code is as under

loading windows at a fixed x y position

2002-06-08 Thread Punit Neb
Hello, i want to load a window at a fixed x y position. after a lot of searching on the net, i found the function for this is gtk_window_set_uposition. however on compilation i get implicit declaration of function int gtk_window_set_uposition (...) my code is as under

Re: loading windows at a fixed x y position

2002-06-08 Thread Sven Neumann
Hi, Punit Neb [EMAIL PROTECTED] writes: i want to load a window at a fixed x y position. after a lot of searching on the net, i found the function for this is gtk_window_set_uposition. however on compilation i get implicit declaration of function int gtk_window_set_uposition (...) my