Method: GGLib::RadioGroup#value=
- Defined in:
- lib/ext/widgets.rb
#value=(val) ⇒ Object
511 512 513 514 515 516 |
# File 'lib/ext/widgets.rb', line 511 def value=(val) @buttons.each { || self.selected = if .value == val } raise RuntimeException.new("No value #{val} in #{self.inspect} (#{self.name})") end |