Class: FX::CheckButton

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

Instance Method Summary collapse

Methods included from CheckState

#state, #state=

Constructor Details

#initialize(p, opts = 0) ⇒ CheckButton

Returns a new instance of CheckButton.



445
446
447
# File 'lib/libGUIb16.rb', line 445

def initialize(p, opts = 0)
  super(p, "CheckButton")
end