Module Gtk.Button

class type button_t = object ... end
class button : [ `button | `widget | `initially_unowned | `object_ ] Gobject.obj -> button_t
val new_ : unit -> button_t
val new_from_icon_name : string -> button_t
val new_with_label : string -> button_t
val new_with_mnemonic : string -> button_t