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

Back to archive index

ruby-****@sourc***** ruby-****@sourc*****
2005年 8月 30日 (火) 05:45:29 JST


-------------------------
REMOTE_ADDR = 62.203.203.122
REMOTE_HOST = 
REMOTE_USER = ruby-gnome2-hiki
        URL = /hiki.cgi?Gtk%3A%3AMenuBar
-------------------------
@@ -16,6 +16,35 @@
     Creates the new Gtk::MenuBar
     * Returns: the Gtk::MenuBar
 
+== Instance Methods
+--- pack_direction
+    Retrieves the current pack direction of the menubar. See Gtk::MenuBar#pack_direction=(pack_dir). ((*Since 2.8*))
+    * Returns: the direction (Gtk::MenuBar::PackDirection)
+--- pack_direction=(pack_dir)
+    Sets how items should be packed inside a menubar. ((*Since 2.8*))
+    * Returns: the direction (Gtk::MenuBar::PackDirection)
+--- set_pack_direction(pack_dir)
+    Same as Gtk::MenuBar#pack_direction=(pack_dir). ((*Since 2.8*))
+    * Returns: self
+
+--- child_pack_direction
+    Retrieves the current child pack direction of the menubar. See Gtk::MenuBar#child_pack_direction=(pack_dir). ((*Since 2.8*))
+    * Returns: the direction (Gtk::MenuBar::PackDirection)
+--- child_pack_direction=(pack_dir)
+    Sets how widgets should be packed inside the children of a menubar. ((*Since 2.8*))
+    * Returns: the direction (Gtk::MenuBar::PackDirection)
+--- set_child_pack_direction(pack_dir)
+    Same as Gtk::MenuBar#child_pack_direction=(pack_dir). ((*Since 2.8*))
+    * Returns: self
+
+== Constants
+=== GtkPackDirection
+Defines how items should be packed inside a widget. ((*Since 2.8*))
+--- LTR
+--- RTL
+--- TTB
+--- BTT
+
 == See Also
 * Gtk::MenuShell
 * Gtk::Menu





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