ruby-****@sourc*****
ruby-****@sourc*****
2014年 6月 16日 (月) 19:21:10 JST
------------------------- REMOTE_ADDR = 106.188.103.9 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/ja/hiki.cgi?Gtk%3A%3AUIManager ------------------------- @@ -1,4 +1,4 @@ -= class Gtk::UIManager += Gtk::UIManager クラス A Gtk::UIManager constructs a user interface (menus and toolbars) from one or more UI definitions, which reference actions from one or more action groups. === UI Definitions @@ -104,18 +104,23 @@ The behaviour is chosen based on the "is_important" property of the action to which the submenu is associated. -== Object Hierarchy +== オブジェクト階層 * Object * GLib::Instantiatable * GLib::Object * Gtk::UIManager -== Class Methods +== インクルードされているモジュール + +* Gtk::Buildable +* GLib::Interface + +== クラスメソッド --- Gtk::UIManager.new Creates a new ui manager object. ((* Since 2.4 *)) * Returns: a new ui manager object. -== Instance Methods +== インスタンスメソッド --- add_tearoffs? Gets the value whether tearoff menu items should be added to menus or not. ((* Since 2.4 *)) * Returns: true if tearoff menu items should be added to menus @@ -148,6 +153,12 @@ * Returns: the Gtk::AccelGroup. --- [path] + --- get_widget(path) Looks up a widget by following a path. The path consists of the names specified in the XML description of the UI. separated by '/'. Elements which don't have a name or action attribute in the XML (e.g. <popup>) can be addressed by their XML element name (e.g. "popup"). The root element ("/ui") can be omitted in the path. Note that the widget found by following a path that ends in a <menu> element is the menuitem to which the menu is attached, not the menu itself. ((* Since 2.4 *)) @@ -212,7 +218,16 @@ * Returns: an unused merge id. -== Constants +== 定数 +--- POPUP_WITH_ACCELS (Gtk::UIManager::ItemType) + ((*要編集*)) + === GtkUIManagerItemType These enumeration values are used by Gtk::UIManager#add_ui to determine what UI element to create. --- AUTO @@ -236,14 +245,23 @@ --- ACCELERATOR Install an accelerator. -== Properties +== プロパティ --- add-tearoffs: true or false (Read/Write) Whether tearoff menu items should be added to menus --- ui: String (Read) An XML string describing the merged UI -== Signals +== シグナル --- actions-changed: self The "actions-changed" signal is emitted whenever the set of actions changes. ((* Since 2.4 *)) * self: Gtk::UIManager @@ -276,6 +285,16 @@ This is intended for applications to get notification just before any action is activated. ((* Since 2.4 *)) * self: Gtk::UIManager * action: the Gtk::Action - -- ((<Masao>)) +== 更新履歴 +* 2014-06-16 クラスのメンバで漏れているものを追加。 - ((<きたがわ>)) +* - ((<Masao>))