([> Gtk.font_button ] as 'a) Gtk.obj ->
object ('b)
  val obj : 'Gtk.obj
  method add : callback:(GObj.widget -> unit) -> GtkSignal.id
  method after : 'b
  method clicked : callback:(unit -> unit) -> GtkSignal.id
  method destroy : callback:(unit -> unit) -> GtkSignal.id
  method enter : callback:(unit -> unit) -> GtkSignal.id
  method font_set : callback:(unit -> unit) -> GtkSignal.id
  method leave : callback:(unit -> unit) -> GtkSignal.id
  method notify_border_width : callback:(int -> unit) -> GtkSignal.id
  method notify_focus_on_click : callback:(bool -> unit) -> GtkSignal.id
  method notify_image : callback:(GObj.widget -> unit) -> GtkSignal.id
  method notify_image_position :
    callback:(GtkEnums.position_type -> unit) -> GtkSignal.id
  method notify_label : callback:(string -> unit) -> GtkSignal.id
  method notify_relief :
    callback:(GtkEnums.relief_style -> unit) -> GtkSignal.id
  method notify_resize_mode :
    callback:(GtkEnums.resize_mode -> unit) -> GtkSignal.id
  method notify_use_stock : callback:(bool -> unit) -> GtkSignal.id
  method notify_use_underline : callback:(bool -> unit) -> GtkSignal.id
  method notify_xalign : callback:(float -> unit) -> GtkSignal.id
  method notify_yalign : callback:(float -> unit) -> GtkSignal.id
  method pressed : callback:(unit -> unit) -> GtkSignal.id
  method released : callback:(unit -> unit) -> GtkSignal.id
  method remove : callback:(GObj.widget -> unit) -> GtkSignal.id
end