fltk_button_set_value

fnvoid fltk_button_set_value(ButtonPtr button, int value)

Sets the button's value (pressed state).

Parameters

buttonThe button
valueNew value (0 = off, non-zero = on)