GtkCombo::disable_activate

void disable_activate(void);

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.