Window size change notification



Is there any way to get notification when a gtk_window changes sizes.  I've
tried connecting to the signal "move_resize" as such:

gtk_signal_connect(GTK_OBJECT(window), "move_resize", move_handle, NU
LL);

and move_handle never gets called.

-Erik Gilling



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