([> Gtk.combo_box_entry ] as 'a) Gtk.obj ->
object
  val obj : 'Gtk.obj
  method active : int
  method active_iter : Gtk.tree_iter option
  method add : GObj.widget -> unit
  method add_attribute :
    #GTree.cell_renderer -> string -> 'GTree.column -> unit
  method add_tearoffs : bool
  method all_children : GObj.widget list
  method as_widget : Gtk.widget Gtk.obj
  method border_width : int
  method child : GObj.widget
  method children : GObj.widget list
  method clear : unit -> unit
  method clear_attributes : #GTree.cell_renderer -> unit
  method coerce : GObj.widget
  method connect : combo_box_signals
  method destroy : unit -> unit
  method drag : GObj.drag_ops
  method entry : GEdit.entry
  method event : GObj.event_ops
  method focus : GContainer.focus
  method focus_on_click : bool
  method get_oid : int
  method has_frame : bool
  method misc : GObj.misc_ops
  method model : GTree.model
  method pack :
    ?expand:bool -> ?from:Gtk.Tags.pack_type -> #GTree.cell_renderer -> unit
  method remove : GObj.widget -> unit
  method reorder : #GTree.cell_renderer -> int -> unit
  method resize_mode : Gtk.Tags.resize_mode
  method set_active : int -> unit
  method set_active_iter : Gtk.tree_iter option -> unit
  method set_add_tearoffs : bool -> unit
  method set_border_width : int -> unit
  method set_cell_data_func :
    #GTree.cell_renderer -> (GTree.model -> Gtk.tree_iter -> unit) -> unit
  method set_column_span_column : int GTree.column -> unit
  method set_focus_on_click : bool -> unit
  method set_has_frame : bool -> unit
  method set_model : GTree.model -> unit
  method set_resize_mode : Gtk.Tags.resize_mode -> unit
  method set_row_separator_func :
    (GTree.model -> Gtk.tree_iter -> bool) option -> unit
  method set_row_span_column : int GTree.column -> unit
  method set_text_column : string GTree.column -> unit
  method set_wrap_width : int -> unit
  method text_column : string GTree.column
  method unset_cell_data_func : #GTree.cell_renderer -> unit
  method wrap_width : int
end