[> Gtk.combo_box ] Gtk.obj ->
object ('a)
  method add : callback:(GObj.widget -> unit) -> GtkSignal.id
  method after : 'a
  method changed : callback:(unit -> unit) -> GtkSignal.id
  method destroy : callback:(unit -> unit) -> GtkSignal.id
  method notify_active : callback:(int -> unit) -> GtkSignal.id
  method notify_add_tearoffs : callback:(bool -> unit) -> GtkSignal.id
  method notify_border_width : callback:(int -> unit) -> GtkSignal.id
  method notify_entry_text_column : callback:(int -> unit) -> GtkSignal.id
  method notify_focus_on_click : callback:(bool -> unit) -> GtkSignal.id
  method notify_has_entry : callback:(bool -> unit) -> GtkSignal.id
  method notify_has_frame : callback:(bool -> unit) -> GtkSignal.id
  method notify_resize_mode :
    callback:(GtkEnums.resize_mode -> unit) -> GtkSignal.id
  method notify_wrap_width : callback:(int -> unit) -> GtkSignal.id
  method remove : callback:(GObj.widget -> unit) -> GtkSignal.id
end