Hello,
Le dimanche 15 mai 2005 Ã 18:34 +0200, [EMAIL PROTECTED] a Ãcrit :
> How do i actually detect a window resize. I looked through the API
> reference, but were unable to find a signal to this.
You can use the "size-allocate" signal in class GtkWidget:
g_signal_connect (object, "size-allocate",
        G_CALLBACK (size_allocate_cb), NULL);



_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to