Constructor

GtkComboBoxnew_with_area_and_entry

Declaration [src]

GtkWidget*
gtk_combo_box_new_with_area_and_entry (
  GtkCellArea* area
)

Description [src]

Creates a new empty GtkComboBox with an entry.

The new combo box will use area to layout cells.

Parameters

area

Type: GtkCellArea

The GtkCellArea to use to layout cell renderers.

The data is owned by the caller of the function.

Return value

Type: GtkWidget

A new GtkComboBox.

The data is owned by the called function.