| View previous topic :: View next topic |
| Author |
Message |
Ndru
Joined: 17 Dec 2005 Posts: 5
|
Posted: Mon Apr 03, 2006 3:10 pm Post subject: signal_handler_block() ? |
|
|
When i was reading the old php-gtk documentation i ran across a GtkObject method called signal_handler_block(). A method that would, as it's name suggests, prevent a signal to call it's connected function until it's unblocked once again.
I went to check the new php-gtk2 documentation but found no such method there. Does anyone know how to achieve such temporary signal-blocking in gtk2? |
|
| Back to top |
|
 |
cweiske
Joined: 08 Dec 2005 Posts: 454 Location: Leipzig/Germany
|
Posted: Mon Apr 03, 2006 4:45 pm Post subject: |
|
|
| GtkObject has the block() method. |
|
| Back to top |
|
 |
|