connectChanged
fun connectChanged(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: () -> Unit): <Error class: unknown class>
Emitted when the active item is changed.
The can be due to the user selecting a different item from the list, or due to a call to method@Gtk.ComboBox.set_active_iter. It will also be emitted while typing into the entry of a combo box with an entry.
Parameters
connectFlags
A combination of ConnectFlags
handler
the Callback to connect