Method
GtkComboBoxset_active_iter
since: 2.4
Declaration [src]
void
gtk_combo_box_set_active_iter (
  GtkComboBox* combo_box,
  GtkTreeIter* iter
)
      Description [src]
Sets the current active item to be the one referenced by iter, or
unsets the active item if iter is NULL.
Available since: 2.4
Parameters
iter- 
            
Type:
GtkTreeIterThe
GtkTreeIter, orNULL.The argument can be NULL.The data is owned by the caller of the method.