Method: Fox::FXMenuCheck#checked?
- Defined in:
- lib/fox16/core.rb
#checked? ⇒ Boolean
Return true
if this menu check button is in the checked state.
540 541 542 |
# File 'lib/fox16/core.rb', line 540 def checked? self.checkState == TRUE end |