public void set_column_span_column (int column_span);
public void set_focus_on_click (bool focus_on_click);
public void set_model (Gtk.TreeModel? model);
- public void set_row_separator_func (Gtk.TreeViewRowSeparatorFunc func, void* data, GLib.DestroyNotify destroy);
+ public void set_row_separator_func (owned Gtk.TreeViewRowSeparatorFunc func);
public void set_row_span_column (int row_span);
public void set_title (string title);
public void set_wrap_width (int width);
gtk_color_selection_get_previous_color.color is_out="1"
gtk_combo_box_get_active_iter.iter is_out="1"
gtk_combo_box_set_model.model nullable="1"
+gtk_combo_box_set_row_separator_func.func transfer_ownership="1"
+gtk_combo_box_set_row_separator_func.data hidden="1"
+gtk_combo_box_set_row_separator_func.destroy hidden="1"
GtkComboBox::popdown has_emitter="1"
GtkComboBox::popup has_emitter="1"
GtkContainer::add has_emitter="1"