GtkCombo::disable_activate

GtkCombo::disable_activate

Normally the "activate" signal is emitted when the return key is pressed and the GtkEntry has keyboard grab. This signal emission results in the dropdown list being exposed.

disable_activate() simply disconnects the "activate" signal when it is set.

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.