gtk+ checkbutton settings
- by jldupont
Is there a way to use set_active on a gtkCheckButton but without the user being able to press/toggle the said button?
In other words, I want to programmatically control the active state of the CheckButton but I don't want the user to be able to change it.