Re: How to detect window resize



Hello,
Le dimanche 15 mai 2005 Ã 18:34 +0200, lulf bbnett no 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);






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