GtkComboBox::set_focus_on_click

void set_focus_on_click(bool focus_on_click);

focus_on_click : if true the combo box grabs focus when clicked with the mouse.

The set_focus_on_click() method sets the value of the "focus-on-click" property to the value of focus_on_click. If focus_on_click is true the combo box grabs focus when clicked with the mouse.

See also: get_focus_on_click()