Stefan Kost wrote:
you want to use gtk_toggle_button_set_state() for this. GtkCheckButton is derived from GtkToggleButton.
gtk_toggle_button_set_active () ? ;) or g_object_set (toggle_button, "active",TRUE/FALSE, NULL)
Olexiy _______________________________________________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list