[PHP-GTK] How to disconnect an event?
[email protected] (ManarKh)
| Newsgroups | php.gtk.general |
|---|---|
| Message-ID | <[email protected]> |
Hello, :)
I have an application in which i connect a gtkeventbox to a function.
$handler_id = EventBox->connect('button-press-event', array($this,
'function'));
Then at later stage i need to disconnect it using disconnect($handler_id);
but it's not working. Anyone knows a way to disconnect an event from
gtkeventbox?
Regards,
Manar
--
View this message in context: http://www.nabble.com/How-to-disconnect-an-event--tp14744667p14744667.html
Sent from the Php - GTK - General mailing list archive at Nabble.com.