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

Back to archive index

ruby-****@sourc***** ruby-****@sourc*****
2014年 6月 16日 (月) 15:28:29 JST


-------------------------
REMOTE_ADDR = 106.188.103.9
REMOTE_HOST = 
        URL = http://ruby-gnome2.sourceforge.jp/ja/hiki.cgi?Gtk%3A%3AMenu
-------------------------
@@ -1,4 +1,4 @@
-= class Gtk::Menu
+= Gtk::Menu クラス
 A Gtk::Menu is a Gtk::MenuShell that implements a drop down menu consisting of a list of Gtk::MenuItem objects which can be navigated and activated by the user to perform application functions.
 
 A Gtk::Menu is most commonly dropped down by activating a Gtk::MenuItem in a Gtk::MenuBar or popped up by activating a Gtk::MenuItem in another Gtk::Menu. 
@@ -29,7 +29,7 @@
   
   Gtk.main
 
-== Object Hierarchy
+== オブジェクト階層
 * Object
   * GLib::Instantiatable
     * GLib::Object
@@ -39,12 +39,21 @@
             * Gtk::MenuShell
               * Gtk::Menu
 
-== Class Methods
+== インクルードされているモジュール
+
+* Gtk::Buildable
+* Atk::Implementor
+* GLib::Interface
+
+== クラスメソッド
 --- Gtk::Menu.new
     Creates a new Gtk::Menu.
     * Returns: a new Gtk::Menu.  
 
-== Instance Methods
+--- Gtk::Menu.get_for_attach_widget()
+    ((*要編集*))
+
+== インスタンスメソッド
 --- reorder_child(child, position)
     Moves a Gtk::MenuItem to a new position within the Gtk::Menu.
     * child: the Gtk::MenuItem to move. 
@@ -144,8 +153,83 @@
     Returns the Gtk::Widget that the menu is attached to.
     * Returns: the Gtk::Widget that the menu is attached to.  
 
-== Properties
+--- attach()
+    ((*要編集*))
+
+--- screen=()
+    ((*要編集*))
+
+--- set_screen()
+    ((*要編集*))
+
+--- reserve_toggle_size=()
+    ((*要編集*))
+
+--- set_reserve_toggle_size()
+    ((*要編集*))
+
+--- reserve_toggle_size?()
+    ((*要編集*))
+
+--- monitor=()
+    ((*要編集*))
+
+--- set_monitor()
+    ((*要編集*))
+
+--- monitor()
+    ((*要編集*))
+
+--- attach_widget=()
+    ((*要編集*))
+
+--- set_attach_widget()
+    ((*要編集*))
+
+--- accel_path()
+    ((*要編集*))
+
+--- move_scroll()
+    ((*要編集*))
+
+== プロパティ
 --- tearoff-title: String (Read/Write)
     A title that may be displayed by the window manager when this menu is torn-off
+
+--- reserve-toggle-size:
+    ((*要編集*))
+
+--- monitor:
+    ((*要編集*))
+
+--- tearoff-state:
+    ((*要編集*))
+
+--- attach-widget:
+    ((*要編集*))
+
+--- accel-path:
+    ((*要編集*))
+
+--- accel-group:
+    ((*要編集*))
+
+--- active:
+    ((*要編集*))
+
+== シグナル
+--- move-scroll:
+    ((*要編集*))
 
-- ((<Masao>))
+== 更新履歴
+* 2014-06-16 クラスのメンバで漏れていたものを追加。 - ((<きたがわ>))
+* - ((<Masao>))




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