ruby-****@sourc*****
ruby-****@sourc*****
2005年 8月 30日 (火) 05:52:19 JST
------------------------- REMOTE_ADDR = 62.203.203.122 REMOTE_HOST = REMOTE_USER = ruby-gnome2-hiki URL = /hiki.cgi?Gtk%3A%3AMenuBar ------------------------- @@ -39,11 +39,17 @@ == Constants === GtkPackDirection -Defines how items should be packed inside a widget. ((*Since 2.8*)) +Defines how items should be packed. ((*Since 2.8*)) --- LTR --- RTL --- TTB --- BTT + +== Properties +--- pack-direction: Gtk::MenuBar::PackDirection (Read/Write) + The pack direction of the menubar. It determines how menuitems are arranged in the menubar. Default value: LTR. ((*Since 2.8*)) +--- child-pack-direction: Gtk::MenuBar::PackDirection (Read/Write) + The pack direction of the menubar. It determines how the widgets contained in child menuitems are arranged. Default value: LTR. ((*Since 2.8*)) == See Also * Gtk::MenuShell