ruby-****@sourc*****
ruby-****@sourc*****
2014年 6月 16日 (月) 15:31:55 JST
------------------------- REMOTE_ADDR = 106.188.103.9 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/ja/hiki.cgi?Gtk%3A%3AMenuBar ------------------------- @@ -1,7 +1,7 @@ -= class Gtk::MenuBar += Gtk::MenuBar クラス The Gtk::MenuBar is a subclass of Gtk::MenuShell which contains one to many Gtk::MenuItem. The result is a standard menu bar which can hold many menu items. -== Object Hierarchy +== オブジェクト階層 * Object * GLib::Instantiatable * GLib::Object @@ -11,12 +11,18 @@ * Gtk::MenuShell * Gtk::MenuBar -== Class Methods +== インクルードされているモジュール + +* Gtk::Buildable +* Atk::Implementor +* GLib::Interface + +== クラスメソッド --- Gtk::MenuBar.new 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) @@ -37,7 +43,13 @@ Same as Gtk::MenuBar#child_pack_direction=(pack_dir). ((*Since 2.8*)) * Returns: self -== Constants +== 定数 === PackDirection Defines how items should be packed. ((*Since 2.8*)) --- PACK_DIRECTION_LTR @@ -45,15 +51,23 @@ --- PACK_DIRECTION_TTB --- PACK_DIRECTION_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 * Gtk::Menu * Gtk::MenuItem -- ((<Masao>)) +== 更新履歴 +* 2014-06-16 インクルードされているモジュールの項目を追加。 - ((<きたがわ>)) +* - ((<Masao>))