programming.nbk: Home | Index | Next Page: Ruby: TkVariable | Previous Page: Ruby: Tk::pack


 Ruby: Tk::RadioButton

Example:

TkRadioButton.new {
  text 'bottom'
  variable $v
  value 'b'
  anchor 'w'
  pack('side' => 'top', 'fill' => 'x')
}

programming.nbk: Home | Index | Next Page: Ruby: TkVariable | Previous Page: Ruby: Tk::pack


Notebook exported on Monday, 7 July 2008, 18:56:06 PM Eastern Daylight Time