Re: How to detect window resize
- From: Gabriel de Perthuis <Gabriel de-Perthuis laPoste net>
- To: lulf bbnett no
- Cc: gtk-app-devel-list gnome org
- Subject: Re: How to detect window resize
- Date: Mon, 16 May 2005 01:10:20 +0200
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]