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

Back to archive index

ruby-****@sourc***** ruby-****@sourc*****
2014年 6月 15日 (日) 18:49:09 JST


-------------------------
REMOTE_ADDR = 106.188.30.133
REMOTE_HOST = 
        URL = http://ruby-gnome2.sourceforge.jp/ja/hiki.cgi?Gtk%3A%3AActionGroup
-------------------------
@@ -1,4 +1,4 @@
-= class Gtk::ActionGroup
+= Gtk::ActionGroup クラス
 Actions are organised into groups. An action group is essentially a map from names to Gtk::Action objects. 
 
 All actions that would make sense to use in a particular context should be in a single group. Multiple action groups may be used for a particular user interface. In fact, it is expected that most nontrivial applications will make use of multiple groups. For example, in an application that can edit multiple documents, one group holding global actions (e.g. quit, about, new), and one group per document holding actions that act on that document (eg. save, cut/copy/paste, etc). Each window's menus would be constructed from a combination of two action groups. 
@@ -6,27 +6,36 @@
 Accelerators are handled by the GTK+ accelerator map. All actions are assigned an accelerator path (which normally has the form <Actions>/group-name/action-name) and a shortcut is associated with this accelerator path. All menuitems and toolitems take on this accelerator path. The GTK+ accelerator map code makes sure that the correct shortcut is displayed next to the menu item. 
 
 Details
-== Object Hierarchy
+== オブジェクト階層
 * Object
   * GLib::Instantiatable
     * GLib::Object
       * Gtk::ActionGroup
 
-== Class Methods
+== インクルードされているモジュール
+
+* Gtk::Buildable
+* GLib::Interface
+
+== クラスメソッド
 --- Gtk::ActionGroup.new(name)
     Creates a new Gtk::ActionGroup object. The name of the action group is used when associating keybindings with the actions.
     * name: the name of the action group.  ((* Since 2.4 *))
     * Returns: the new Gtk::ActionGroup  
 
-== Instance Methods
+== インスタンスメソッド
 --- name
     Gets the name for the action group. ((* Since 2.4 *))
     * Returns: The name for the action group.
 --- name=(name)
+    ((*存在しない?*))
+
     Sets a name for the action group.  ((* Since 2.4 *))
     * name: A name for the action group.
     * Returns: name
 --- set_name(name)
+    ((*存在しない?*))
+
     Same as Gtk::ActionGroup#name=.  ((* Since 2.4 *))
     * name: A name for the action group.
     * Returns: self
@@ -136,9 +145,21 @@
     Same as Gtk::ActionGroup#translation_domain=.  ((* Since 2.4 *))
     * domain: the translation domain to use for dgettext calls
     * Returns: self
+
+--- translate_string()
+    ((*要編集*))
 
 
-== Properties
+== プロパティ
 --- name: String (Read/Write)
     A name for the action group.  ((* Since 2.4 *))
 
@@ -148,7 +160,19 @@
 --- visible: true or false (Read/Write)
     Whether the action group is visible.  ((* Since 2.4 *))
 
-== Signals
+== シグナル
 --- connect-proxy: self, action, proxy
     The connect_proxy signal is emitted after connecting a proxy to an action in the group. Note that the proxy may have been connected to a different action before. 
     This is intended for simple customizations for which a custom action class would be too clumsy, e.g. showing tooltips for menuitems in the statusbar. 
@@ -177,6 +189,19 @@
      * action: the Gtk::Action  
 
 
-== ChangeLog
+== 更新履歴
+* 2014-06-15 クラスのメンバ項目の存在チェック("存在しない?"とマーク)。リストから漏れているものを追加。 - ((<きたがわ>))
 * 2005-03-11 Fixed Gtk::Action#add_actions. Reported by Zoe.
 * 2004-11-01 Added. - ((<Masao>))




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