Method: Fox::FXCheckButton#unchecked?

Defined in:
lib/fox16/core.rb

#unchecked?Boolean

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

Returns:

  • (Boolean)


477
478
479
# File 'lib/fox16/core.rb', line 477

def unchecked?
  self.checkState == FALSE
end