Method: Fox::FXCheckButton#maybe?
- Defined in:
- lib/fox16/core.rb
#maybe? ⇒ Boolean
Return true
if this check button is in the indeterminate, or “maybe”, state.
482 483 484 |
# File 'lib/fox16/core.rb', line 482 def maybe? self.checkState == MAYBE end |