Method: Fox::FXMenuCheck#unchecked?

Defined in:
lib/fox16/core.rb

#unchecked?Boolean

Return true if this menu check button is in the unchecked state.

Returns:

  • (Boolean)


545
546
547
# File 'lib/fox16/core.rb', line 545

def unchecked?
  self.checkState == FALSE
end