Method: Fox::FXMenuCheck#maybe?

Defined in:
lib/fox16/core.rb

#maybe?Boolean

Return true if this menu check button is in the indeterminate, or “maybe”, state.

Returns:

  • (Boolean)


550
551
552
# File 'lib/fox16/core.rb', line 550

def maybe?
  self.checkState == MAYBE
end