Module: FX::CheckState

Included in:
CheckButton, MenuCheck, MenuRadio, RadioButton
Defined in:
lib/libGUIb16.rb,
lib/libGUIb14.rb

Instance Method Summary collapse

Instance Method Details

#stateObject



371
372
373
# File 'lib/libGUIb16.rb', line 371

def state
  getCheckState == Fox::TRUE
end

#state=(x) ⇒ Object



367
368
369
# File 'lib/libGUIb16.rb', line 367

def state=(x)
  setCheck(x ? Fox::TRUE : Fox::FALSE)
end