Re: loading windows at a fixed x & y position



Hi,

"Punit Neb" <pneb indiatimes com> 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 code is as under
> gtk_window_set_uposition(GTK_WINDOW (mywindow),500,500);

gtk_window_set_uposition() is the old deprecated API. You want to
use gtk_window_move() instead.


Salut, Sven



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