object
  val virtual obj : [> `combobox ] Gobject.obj
  method active : int
  method add_tearoffs : bool
  method focus_on_click : bool
  method has_frame : bool
  method set_active : int -> unit
  method set_add_tearoffs : bool -> unit
  method set_focus_on_click : bool -> unit
  method set_has_frame : bool -> unit
  method set_wrap_width : int -> unit
  method wrap_width : int
end