connectActivate
fun connectActivate(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: () -> Unit): <Error class: unknown class>
Emitted to when the combo box is activated.
The ::activate
signal on GtkComboBox
is an action signal and emitting it causes the combo box to pop up its dropdown.
Since
4.6
Parameters
connectFlags
A combination of ConnectFlags
handler
the Callback to connect