ruby-****@sourc*****
ruby-****@sourc*****
2014年 6月 15日 (日) 23:10:34 JST
------------------------- REMOTE_ADDR = 106.188.30.133 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/ja/hiki.cgi?Gtk%3A%3ACheckButton ------------------------- @@ -1,8 +1,8 @@ -= class Gtk::CheckButton += Gtk::CheckButton クラス A Gtk::CheckButton places a discrete Gtk::ToggleButton next to a widget, (usually a Gtk::Label). See the section on Gtk::ToggleButton widgets for more information about toggle/check buttons. The important signal ('toggled') is also inherited from Gtk::ToggleButton. -== Object Hierarchy +== オブジェクト階層 * Object * GLib::Instantiatable * GLib::Object @@ -14,7 +14,13 @@ * Gtk::ToggleButton * Gtk::CheckButton -== Class Methods +== インクルードされているモジュール + +* Gtk::Buildable +* Atk::Implementor +* GLib::Interface + +== クラスメソッド --- Gtk::CheckButton.new(label = nil, use_underline = true) Creates a new Gtk::CheckButton with a Gtk::Label to the right of it. If use_underline is true, the label will be created underscores in label indicate the mnemonic for the check button. @@ -27,4 +33,12 @@ * stock: a Gtk::Stock constant value. * Returns: a new Gtk::CheckButton. -- ((<Masao>)) +== 更新履歴 +* 2014-06-15 インクルードされているモジュールの項目を追加。 - ((<きたがわ>)) +* - ((<Masao>))