ruby-****@sourc*****
ruby-****@sourc*****
2014年 6月 16日 (月) 18:07:05 JST
------------------------- REMOTE_ADDR = 106.188.103.9 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/ja/hiki.cgi?Gtk%3A%3ATearoffMenuItem ------------------------- @@ -1,9 +1,9 @@ -= class Gtk::TearoffMenuItem += Gtk::TearoffMenuItem クラス a Gtk::TearoffMenuItem is a special Gtk::MenuItem which is used to tear off and reattach its menu. When its menu is shown normally, the Gtk::TearoffMenuItem is drawn as a dotted line indicating that the menu can be torn off. Activating it causes its menu to be torn off and displayed in its own window as a tearoff menu. When its menu is shown as a tearoff menu, the Gtk::TearoffMenuItem is drawn as a dotted line which has a left pointing arrow graphic indicating that the tearoff menu can be reattached. Activating it will erase the tearoff menu window. -== Object Hierarchy +== オブジェクト階層 * Object * GLib::Instantiatable * GLib::Object @@ -15,12 +15,20 @@ * Gtk::MenuItem * Gtk::TearoffMenuItem -== Class Methods +== インクルードされているモジュール + +* Gtk::Buildable +* Atk::Implementor +* GLib::Interface + +== クラスメソッド --- Gtk::TearoffMenuItem.new Creates a new Gtk::TearoffMenuItem. * Returns: a new Gtk::TearoffMenuItem. -== See Also +== 関連ページ Gtk::Menu for further discussion of menus in Ruby/GTK. -- ((<Masao>)) \ No newline at end of file +== 更新履歴 +* 2014-06-16 インクルードされているモジュールの項目を追加。 - ((<きたがわ>)) +* - ((<Masao>))