Method: Fox::FXCheckButton#setCheck
- Defined in:
- rdoc-sources/FXCheckButton.rb
#setCheck(state, notify = false) ⇒ Object
Set the check button state to one of TRUE
, FALSE
or MAYBE
. If notify is true
, send a SEL_COMMAND
message to the message target after the state has been updated.
56 |
# File 'rdoc-sources/FXCheckButton.rb', line 56 def setCheck(state, notify=false); end |