> Recently I use the CheckButton and RadioButton widget, but I don't know how > to set a default select CheckButton or RadioButton. For example, I have two > CheckButton widget, when these two display at the first time, they are all in > deselect status unless I choose one. How to make one in select status by > default? Thanks.
There's a method called setonly() that I have found useful. See the documentation. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

