Re: loading windows at a fixed x & y position
- From: Sven Neumann <sven gimp org>
- To: "Punit Neb" <pneb indiatimes com>
- Cc: <gtk-list gnome org>
- Subject: Re: loading windows at a fixed x & y position
- Date: 08 Jun 2002 11:24:23 +0200
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]