public class ComboBox : Bin, Implementor, Buildable, CellEditable, CellLayout {
public weak int active { get; set; } ;
public weak bool add_tearoffs { get; set; } ;
public weak int column_span_column { get; set; } ;
public weak bool focus_on_click { get; set; } ;
public weak bool has_frame { get; set; } ;
public weak TreeModel model { get; set; } ;
public weak bool popup_shown { get; } ;
public weak int row_span_column { get; set; } ;
public weak string tearoff_title { get; set; } ;
public weak int wrap_width { get; set; } ;
public ComboBox ( ) ;
public ComboBox.text ( ) ;
public ComboBox.with_model ( TreeModel model ) ;
public signal void changed ( ) ;
public signal void move_active ( ScrollType p0 ) ;
public signal bool popdown ( ) ;
public signal void popup ( ) ;
public void append_text ( string text ) ;
public int get_active ( ) ;
public bool get_active_iter ( TreeIter iter ) ;
public bool get_add_tearoffs ( ) ;
public int get_column_span_column ( ) ;
public bool get_focus_on_click ( ) ;
public weak TreeModel get_model ( ) ;
public weak Atk.Object get_popup_accessible ( ) ;
public TreeViewRowSeparatorFunc get_row_separator_func ( ) ;
public int get_row_span_column ( ) ;
public weak string get_title ( ) ;
public int get_wrap_width ( ) ;
public void insert_text ( int position,
string text ) ;
public void prepend_text ( string text ) ;
public void remove_text ( int position ) ;
public void set_active ( int index_ ) ;
public void set_active_iter ( TreeIter iter ) ;
public void set_add_tearoffs ( bool add_tearoffs ) ;
public void set_column_span_column ( int column_span ) ;
public void set_focus_on_click ( bool focus_on_click ) ;
public void set_model ( TreeModel model ) ;
public void set_row_separator_func ( TreeViewRowSeparatorFunc func,
void** data,
DestroyNotify destroy ) ;
public void set_row_span_column ( int row_span ) ;
public void set_title ( string title ) ;
public void set_wrap_width ( int width ) ;
public virtual weak string get_active_text ( ) ;
}

public ComboBox ( ) ;
public ComboBox.text ( ) ;
public ComboBox.with_model ( TreeModel model ) ;
public signal void changed ( ) ;
public signal void move_active ( ScrollType p0 ) ;
public signal bool popdown ( ) ;
public signal void popup ( ) ;
public weak int active { get; set; } ;
public weak bool add_tearoffs { get; set; } ;
public weak int column_span_column { get; set; } ;
public weak bool focus_on_click { get; set; } ;
public weak bool has_frame { get; set; } ;
public weak TreeModel model { get; set; } ;
public weak bool popup_shown { get; } ;
public weak int row_span_column { get; set; } ;
public weak string tearoff_title { get; set; } ;
public weak int wrap_width { get; set; } ;
public void append_text ( string text ) ;
public int get_active ( ) ;
public bool get_active_iter ( TreeIter iter ) ;
public bool get_add_tearoffs ( ) ;
public int get_column_span_column ( ) ;
public bool get_focus_on_click ( ) ;
public weak TreeModel get_model ( ) ;
public weak Atk.Object get_popup_accessible ( ) ;
public TreeViewRowSeparatorFunc get_row_separator_func ( ) ;
public int get_row_span_column ( ) ;
public weak string get_title ( ) ;
public int get_wrap_width ( ) ;
public void insert_text ( int position,
string text ) ;
public void prepend_text ( string text ) ;
public void remove_text ( int position ) ;
public void set_active ( int index_ ) ;
public void set_active_iter ( TreeIter iter ) ;
public void set_add_tearoffs ( bool add_tearoffs ) ;
public void set_column_span_column ( int column_span ) ;
public void set_focus_on_click ( bool focus_on_click ) ;
public void set_model ( TreeModel model ) ;
public void set_row_separator_func ( TreeViewRowSeparatorFunc func,
void** data,
DestroyNotify destroy ) ;
public void set_row_span_column ( int row_span ) ;
public void set_title ( string title ) ;
public void set_wrap_width ( int width ) ;
public virtual weak string get_active_text ( ) ;
Created by Valadoc