func (c *checkbox) Checked() bool { return fromgbool(C.gtk_toggle_button_get_active(c.toggle)) }
func gtk_toggle_button_get_active(widget *C.GtkWidget) bool { return fromgbool(C.gtk_toggle_button_get_active(togtktogglebutton(widget))) }