[ruby-gnome2-doc-cvs] [Ruby-GNOME2 Project Website] update - Gtk::RadioButton

Back to archive index

ruby-****@sourc***** ruby-****@sourc*****
2014年 6月 16日 (月) 17:03:42 JST


-------------------------
REMOTE_ADDR = 106.188.103.9
REMOTE_HOST = 
        URL = http://ruby-gnome2.sourceforge.jp/ja/hiki.cgi?Gtk%3A%3ARadioButton
-------------------------
@@ -1,10 +1,10 @@
-= class Gtk::RadioButton
+= 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.
 
 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. 
 
-== Object Hierarchy
+== オブジェクト階層
 * Object
   * GLib::Instantiatable
     * GLib::Object
@@ -17,7 +17,13 @@
                   * Gtk::CheckButton
                     * Gtk::RadioButton
 
-== Class Methods
+== インクルードされているモジュール
+
+* Gtk::Buildable
+* Atk::Implementor
+* GLib::Interface
+
+== クラスメソッド
 --- Gtk::RadioButton.new(label = nil, use_underline = true)
     Creates a new Gtk::RadioButton with a text label.
     This is for a first radio button, this is same as Gtk::RadioButton.new(nil, label, use_underline).
@@ -43,7 +49,13 @@
     * stock: a Gtk::Stock constant value.
     * Returns: a new Gtk::RadioButton.
 
-== Instance Methods
+== インスタンスメソッド
 --- group
     Retrieves the group assigned to a radio button. 
     Returns: an array containing all the radio buttons in the same group as radio_button.   
@@ -58,11 +64,23 @@
     * group: an existing radio button group, such as one returned from Gtk::RadioButton#group.
     * Returns: self
 
-== Properties
+== プロパティ
 --- group: Gtk::RadioButton (Write)
     The radio button whose group this widget belongs.
+
+== シグナル
+--- group-changed:
+    ((*要編集*))
 
-== See Also
+== 関連ページ
 Gtk::OptionMenu: Another way of offering the user a single choice from many.
 
-- ((<Masao>))
+== 更新履歴
+* 2014-06-16 クラスのメンバで漏れていたものを追加。 - ((<きたがわ>))
+* - ((<Masao>))




ruby-gnome2-cvs メーリングリストの案内
Back to archive index