Class: FX::MenuCheck

Inherits:
Fox::FXMenuCheck
  • Object
show all
Includes:
CheckState, MiddleBtn, Responder
Defined in:
lib/libGUIb16.rb,
lib/libGUIb14.rb

Instance Method Summary collapse

Methods included from CheckState

#state, #state=

Methods included from MiddleBtn

#handleMMB_Events, #onMiddleBtnPress, #onMiddleBtnRelease

Constructor Details

#initialize(p, text = "MenuCheck") ⇒ MenuCheck

Returns a new instance of MenuCheck.



660
661
662
663
# File 'lib/libGUIb16.rb', line 660

def initialize(p, text = "MenuCheck")
  @text = text if Fox.fxrubyversion == "1.4.4"
  super
end