Packages
gtk+-3.0
Gtk
ComboBox
active
active_id
add_tearoffs
button_sensitivity
cell_area
column_span_column
entry_text_column
has_entry
has_frame
id_column
model
popup_fixed_width
popup_shown
row_span_column
tearoff_title
wrap_width
ComboBox
ComboBox.with_area
ComboBox.with_area_and_entry
ComboBox.with_entry
ComboBox.with_model
ComboBox.with_model_and_entry
get_active
get_active_id
get_active_iter
get_add_tearoffs
get_button_sensitivity
get_column_span_column
get_entry_text_column
get_focus_on_click
get_has_entry
get_id_column
get_model
get_popup_accessible
get_popup_fixed_width
get_row_separator_func
get_row_span_column
get_title
get_wrap_width
popup_for_device
set_active
set_active_id
set_active_iter
set_add_tearoffs
set_button_sensitivity
set_column_span_column
set_entry_text_column
set_focus_on_click
set_id_column
set_model
set_popup_fixed_width
set_row_separator_func
set_row_span_column
set_title
set_wrap_width
changed
format_entry_text
move_active
popdown
popup
ComboBox.with_model
Description:
[
CCode
( has_construct_function =
false
, type =
"GtkWidget*"
) ]
[
Version
( since =
"2.4"
) ]
public
ComboBox.with_model
(
TreeModel
model)
Creates a new
ComboBox
with the model initialized to
model
.
Parameters:
model
A
TreeModel
.
Returns:
A new
ComboBox
.