Method: Fox::FXMenuCheck#unchecked?
- Defined in:
- lib/fox16/core.rb
#unchecked? ⇒ Boolean
Return true
if this menu check button is in the unchecked state.
545 546 547 |
# File 'lib/fox16/core.rb', line 545 def unchecked? self.checkState == FALSE end |