Method: Fox::FXCheckButton#checkState
- Defined in:
- rdoc-sources/FXCheckButton.rb
#checkState ⇒ Object
Check button state (TRUE
, FALSE
or MAYBE
) [Integer]
36 37 38 |
# File 'rdoc-sources/FXCheckButton.rb', line 36 def checkState @checkState end |