ruby-****@sourc*****
ruby-****@sourc*****
2013年 5月 19日 (日) 05:44:52 JST
------------------------- REMOTE_ADDR = 83.248.230.191 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?Gtk%3A%3ARadioButton ------------------------- @@ -1,7 +1,7 @@ = class Gtk::RadioButton Gtk::RadioButton is for a choice from multiple check buttons. -A single radio button performs the same basic function as a Gtk::CheckButton, as it's position in the object hierarchy reflects. It is only when multiple radio buttons are grouped together that they become a different user interface component in their own right. +A single radio button performs the same basic function as a Gtk::CheckButton, as its position in the object hierarchy reflects. It is only when multiple radio buttons are grouped together that they become a different user interface component in their own right. Every radio button is a member of some group of radio buttons. When one is selected, all other radio buttons in the same group are deselected. A Gtk::RadioButton is one way of giving the user a choice from many options.