ruby-****@sourc*****
ruby-****@sourc*****
2014年 6月 16日 (月) 17:08:49 JST
------------------------- REMOTE_ADDR = 106.188.103.9 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/ja/hiki.cgi?Gtk%3A%3ARadioToolButton ------------------------- @@ -1,7 +1,7 @@ -= class Gtk::RadioToolButton += Gtk::RadioToolButton クラス A Gtk::RadioToolButton is a Gtk::ToolItem that contains a radio button, that is, a button that is part of a group of toggle buttons where only one button can be active at a time. -== Object Hierarchy +== オブジェクト階層 * Object * GLib::Instantiatable * GLib::Object @@ -14,7 +14,13 @@ * Gtk::ToggleToolButton * Gtk::RadioToolButton -== Class Methods +== インクルードされているモジュール + +* Gtk::Buildable +* Atk::Implementor +* GLib::Interface + +== クラスメソッド --- Gtk::RadioToolButton.new Creates a new Gtk::RadioToolButton * Returns: The new Gtk::RadioToolButton @@ -30,7 +36,13 @@ * stock_id: the name of a stock item(a constant of Gtk::Stock) * Returns: The new Gtk::RadioToolButton -== Instance Methods +== インスタンスメソッド --- group Returns an Array of the radio tool button group buttons. * Returns: An Array of the group buttons @@ -44,9 +50,16 @@ * group: an existing radio button group(Array of the radio tool buttons) * Returns: self -== Properties +== プロパティ --- group: Gtk::RadioToolButton (Write) The radio tool button whose group this button belongs to. -== ChangeLog +== 更新履歴 +* 2014-06-16 インクルードされているモジュールの項目を追加。 - ((<きたがわ>)) * 2005-1-27 Added. - Masao