Class: FX::RadioLabel

Inherits:
Label
  • Object
show all
Includes:
RadioWidget
Defined in:
lib/libGUIb16.rb,
lib/libGUIb14.rb

Instance Attribute Summary

Attributes included from RadioWidget

#group, #lmbdown, #radioSelectColor, #state

Instance Method Summary collapse

Methods included from RadioWidget

#change_radio_selection, #lmb_press, #radio_initialize, #set_radio_state

Constructor Details

#initialize(p) ⇒ RadioLabel

Returns a new instance of RadioLabel.



1397
1398
1399
1400
# File 'lib/libGUIb16.rb', line 1397

def initialize(p)
  super
  radio_initialize
end