Gtk.combo Gtk.obj ->
object
  val obj : Gtk.combo Gtk.obj
  method allow_empty : bool
  method as_widget : Gtk.widget Gtk.obj
  method case_sensitive : bool
  method coerce : GObj.widget
  method destroy : unit -> unit
  method disable_activate : unit -> unit
  method drag : GObj.drag_ops
  method enable_arrow_keys : bool
  method entry : GEdit.entry
  method get_oid : int
  method list : GList.liste
  method misc : GObj.misc_ops
  method set_allow_empty : bool -> unit
  method set_case_sensitive : bool -> unit
  method set_enable_arrow_keys : bool -> unit
  method set_item_string : GList.list_item -> string -> unit
  method set_popdown_strings : string list -> unit
  method set_value_in_list : bool -> unit
  method value_in_list : bool
end