ruby-****@sourc*****
ruby-****@sourc*****
2014年 6月 15日 (日) 23:13:26 JST
------------------------- REMOTE_ADDR = 106.188.30.133 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/ja/hiki.cgi?Gtk%3A%3ACheckMenuItem ------------------------- @@ -1,9 +1,9 @@ -= class Gtk::CheckMenuItem += Gtk::CheckMenuItem クラス A Gtk::CheckMenuItem is a menu item that maintains the state of a boolean value in addition to a Gtk::MenuItem's usual role in activating application code. A check box indicating the state of the boolean value is displayed at the left side of the Gtk::MenuItem. Activating the Gtk::MenuItem toggles the value. -== Object Hierarchy +== オブジェクト階層 * Object * GLib::Instantiatable * GLib::Object @@ -15,14 +15,20 @@ * Gtk::MenuItem * Gtk::CheckMenuItem -== Class Methods +== インクルードされているモジュール + +* Gtk::Buildable +* Atk::Implementor +* GLib::Interface + +== クラスメソッド --- Gtk::CheckMenuItem.new(label = nil, use_underline = true) Creates a new Gtk::CheckMenuItem. * label: the string to use for the label. * use_undeline: true if underscores in label indicate the mnemonic for the menu item. * Returns : a new Gtk::CheckMenuItem. -== Instance Methods +== インスタンスメソッド --- active? Returns whether the check menu item is active. * Returns: true if the menu item is checked. @@ -54,15 +60,35 @@ --- toggled Emits the ((<Gtk::CheckMenuItem::toggled|Gtk::CheckMenuItem::toggled: self>)) signal. -== Properties +--- draw_as_radio=() + ((*要編集*)) + +--- set_draw_as_radio() + ((*要編集*)) + +--- draw_as_radio?() + ((*要編集*)) + +== プロパティ --- active: true or false (Read/Write) Whether the menu item is checked --- inconsistent: true or false (Read/Write) Whether to display an "inconsistent" state + +--- draw-as-radio: + ((*要編集*)) -== Signals +== シグナル --- toggled: self * self: Gtk::CheckMenuItem -- ((<Masao>)) +== 更新履歴 +* 2014-06-15 クラスのメンバ項目で漏れていたものを追加。 - ((<きたがわ>)) +* - ((<Masao>))