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

Back to archive index

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


-------------------------
REMOTE_ADDR = 106.188.103.9
REMOTE_HOST = 
        URL = http://ruby-gnome2.sourceforge.jp/ja/hiki.cgi?Gtk%3A%3ARadioAction
-------------------------
@@ -1,7 +1,7 @@
-= class Gtk::RadioAction
+= Gtk::RadioAction クラス
 A Gtk::RadioAction is similar to Gtk::RadioMenuItem. A number of radio actions can be linked together so that only one may be active at any one time. 
 
-== Object Hierarchy
+== オブジェクト階層
 * Object
   * GLib::Instantiatable
     * GLib::Object
@@ -9,7 +9,12 @@
         * Gtk::ToggleAction
           * Gtk::RadioAction
 
-== Class Methods
+== インクルードされているモジュール
+
+* Gtk::Buildable
+* GLib::Interface
+
+== クラスメソッド
 --- Gtk::RadioAction.new(name, label, tooltip, stock_id, value)
     Creates a new Gtk::RadioAction object. To add the action to a Gtk::ActionGroup and set the accelerator for the action, call Gtk::ActionGroup#add_action. ((* Since 2.4 *))
     * name: A unique name for the action  
@@ -19,7 +24,12 @@
     * value: The value which Gtk::RadioAction#current_value should return if this action is selected.  
     * Returns: a new Gtk::RadioAction  
 
-== Instance Methods
+== インスタンスメソッド
 --- current_value
     Obtains the value property of the the currently active member of the group to which action belongs. ((* Since 2.4 *))
     * Returns: The value of the currently active group member
@@ -48,17 +53,32 @@
     * value: An Integer
     * Returns: self
 
-== Properties
+--- current_value=()
+    ((*要編集*))
+
+--- set_current_value()
+    ((*要編集*))
+
+== プロパティ
 --- group: Gtk::RadioAction (Write)
     The radio action whose group this action belongs to. ((* Since 2.4 *))
 
 --- value: Integer (Read/Write)
     The value returned by Gtk::RadioAction#current_value when this action is the current action of its group. ((* Since 2.4 *))
+
+--- current-value:
+    ((*要編集*))
 
-== Signals
+== シグナル
 --- changed: self
     The ::changed signal is emitted on every member of a radio group when the active member is changed. The signal gets emitted after the ::activate signals for the previous and current active members. ((* Since 2.4 *))
      * self: Gtk::RadioAction
 
-== ChangeLog
-* 2005-02-09 ((<Masao>)) Initial post.
\ No newline at end of file
+== 更新履歴
+* 2014-06-16 クラスのメンバで漏れていたものを追加。 - ((<きたがわ>))
+* 2005-02-09 ((<Masao>)) Initial post.




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