> leowang wrote: > > Dear All, > > Now, if push on the button widget, the button will in a pushed status, but > > I do not want this pushed status. That's means I do not want the button has > > any change if I pushed on it. Is there any method to implement it? Thanks. > > I think you just want to change the button's down_box() > to the same box type as the regular box() type. ie: > > yourbutton->down_box(yourbutton->box()); // set > down box to same as regular box > > So I believe in this case, when you click on the button, > it won't change from an 'up' to 'down' box.. it'll just > appear to stay 'up'.
Thanks, this is what I want. Best regards, Leo _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

