Method

GntComboBoxset_selected

Declaration [src]

void
gnt_combo_box_set_selected (
  GntComboBox* box,
  gpointer key
)

Description [src]

Set the current selection to a specific entry.

Parameters

key

Type: gpointer

The data to be set to.

The argument can be NULL.
The data is owned by the caller of the function.