On 20.04.2010, at 03:26, 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. > > my fltk is v2.0
You can call deactivate() to stop the button from responding, and activate() to make it work again. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

