sig
val cast : 'a Gobject.obj -> Gtk.toggle_button Gtk.obj
module P = GtkButtonProps.ToggleButton.P
module S = GtkButtonProps.ToggleButton.S
val create :
Gtk.toggle_button Gobject.param list -> Gtk.toggle_button Gtk.obj
val make_params :
cont:(([> `togglebutton ] as 'a) Gobject.param list -> 'b) ->
'a Gobject.param list -> ?active:bool -> ?draw_indicator:bool -> 'b
val create_check :
Gtk.toggle_button Gobject.param list -> Gtk.toggle_button Gtk.obj
external toggled : [> `toggle ] Gtk.obj -> unit
= "ml_gtk_toggle_button_toggled"
end