EntryCombo


Description:

[ CCode ( has_construct_function = false , type = "GtkWidget*" ) ]
public EntryCombo (Set paramlist, SetSource source)

Creates a new EntryCombo widget.

The widget is a combo box which displays a selectable list of items (the items come from the 'source->data_model' data model)

The widget allows the value setting of one or more Holder objects (one for each 'source->nodes') while proposing potentially "more readable" choices.

Parameters:

paramlist

a Set object

source

a SetSource structure, part of paramlist

Returns:

the new widget