class virtual combo_box_props :object
..end
val virtual obj : [> `combobox ] Gobject.obj
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 active : int
method add_tearoffs : bool
method focus_on_click : bool
method has_frame : bool
method wrap_width : int