Class GButton.button_skel


class button_skel : [> Gtk.button ] Gtk.obj -> object .. end
GTK documentation: GtkButton
Inherits
val obj : ([> Gtk.button ] as 'a) Gtk.obj
method clicked : unit -> unit
method set_relief : Gtk.Tags.relief_style -> unit
method relief : Gtk.Tags.relief_style
method set_label : string -> unit
method label : string
method set_use_stock : bool -> unit
method use_stock : bool
method set_use_underline : bool -> unit
method use_underline : bool
method grab_default : unit -> unit
method event : GObj.event_ops
method set_focus_on_click : bool -> unit
method focus_on_click : bool
method image : GObj.widget
Since GTK 2.6
method set_image : GObj.widget -> unit
Since GTK 2.6
method unset_image : unit -> unit
Since GTK 2.6
method image_position : GtkEnums.position_type
Since GTK 2.10
method set_image_position : GtkEnums.position_type -> unit
Since GTK 2.10
method set_xalign : float -> unit
Since GTK 2.4
method xalign : float
Since GTK 2.4
method set_yalign : float -> unit
Since GTK 2.4
method yalign : float
Since GTK 2.4