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

Back to archive index

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


-------------------------
REMOTE_ADDR = 106.188.30.133
REMOTE_HOST = 
        URL = http://ruby-gnome2.sourceforge.jp/ja/hiki.cgi?Gtk%3A%3AAction
-------------------------
@@ -1,4 +1,4 @@
-= class Gtk::Action
+= Gtk::Action クラス
 Actions represent operations that the user can be perform, along with some information how it should be presented in the interface. Each action provides methods to create icons, menu items and toolbar items representing itself. 
 
 As well as the callback that is called when the action gets activated, the following also gets associated with the action: 
@@ -18,30 +18,39 @@
 
 Each action can have one or more proxy menu item, toolbar button or other proxy widgets. Proxies mirror the state of the action (text label, tooltip, icon, visible, sensitive, etc), and should change when the action's state changes. When the proxy is activated, it should activate its action. 
 
-== Object Hierarchy
+== オブジェクト階層
 * Object
   * GLib::Instantiatable
     * GLib::Object
       * Gtk::Action
 
-== Class Methods
+== インクルードされているモジュール
+
+* Gtk::Buildable
+* GLib::Interface
+
+== クラスメソッド
 --- Gtk::Action.new(name, label, tooltip, stock_id)
-    Creates a new Gtk::Action object. To add the action to a Gtk::ActionGroup and set the accelerator for the action, call Gtk::ActionGroup#add_action. See the section called 填I Definitionsfor information on allowed action names. ((* Since 2.4 *))
+    Creates a new Gtk::Action object. To add the action to a Gtk::ActionGroup and set the accelerator for the action, call Gtk::ActionGroup#add_action. See the section called ?UI Definitions? for information on allowed action names. ((* Since 2.4 *))
     * name: A unique name for the action (String)
     * label: the label displayed in menu items and on buttons (String)
     * tooltip: a tooltip for the action (String)
     * stock_id: the stock icon to display in widgets representing the action  (String)
     * Returns: a new Gtk::Action  
 
-== Instance Methods
+== インスタンスメソッド
 --- name
     Gets the unique name for the action.  ((* Since 2.4 *))
     * Returns: A unique name for the action.
 --- name=(name)
+    ((*存在しない?*))
+
     Sets the unique name for the action.  ((* Since 2.4 *))
     * name: A unique name for the action.
     * Returns: name
 --- set_name(name)
+    ((*存在しない?*))
+
     Same as Gtk::Action#name=. ((* Since 2.4 *))
     * name: A unique name for the action.
     * Returns: self
@@ -50,6 +59,17 @@
     Gets the value whether the action is enabled or not. ((* Since 2.4 *))
     * Returns: true if the action is enabled.
 --- sensitive
+    ((*存在しない?*))
+
     Returns whether the action itself is sensitive. Note that this doesn't necessarily mean effective sensitivity. See Gtk::Action#sensitive? for that. ((* Since 2.4 *))
     * Returns: true if the action itself is sensitive.  
 --- sensitive=(sensitive)
@@ -65,6 +76,19 @@
     Gets the value whether the action is visible or not. ((* Since 2.4 *))
     * Returns: true if the action is visible.
 --- visible
+    ((*存在しない?*))
+
     Returns whether the action itself is visible. Note that this doesn't necessarily mean effective visibility. See Gtk::Action#visible? for that. ((* Since 2.4 *))
     * action: the action object  
     * Returns: true if the action itself is visible. 
@@ -261,7 +274,65 @@
     * visible_vertical: true if the toolbar item is visible when the toolbar is in a vertical orientation.
     * Returns: self
 
-== Properties
+--- create_menu()
+    ((*要編集*))
+
+--- is_visible?()
+    ((*要編集*))
+
+--- is_sensitive?()
+    ((*要編集*))
+
+--- always_show_image=()
+    ((*要編集*))
+
+--- set_always_show_image()
+    ((*要編集*))
+
+--- always_show_image?()
+    ((*要編集*))
+
+--- visible_overflown=()
+    ((*要編集*))
+
+--- set_visible_overflown()
+    ((*要編集*))
+
+--- visible_overflown?()
+    ((*要編集*))
+
+--- gicon=()
+    ((*要編集*))
+
+--- set_gicon()
+    ((*要編集*))
+
+--- gicon()
+    ((*要編集*))
+
+--- icon_name=()
+    ((*要編集*))
+
+--- set_icon_name()
+    ((*要編集*))
+
+--- icon_name()
+    ((*要編集*))
+
+== プロパティ
 --- action-group: Gtk::ActionGroup (Read/Write)
     This Gtk::Action is associated with, or nil (for internal use). ((* Since 2.4 *))
 
@@ -298,13 +356,84 @@
 --- visible-vertical: true or false (Read/Write)
     Whether the toolbar item is visible when the toolbar is in a vertical orientation. ((* Since 2.4 *))
 
-== Signals
+--- always-show-image:
+    ((*要編集*))
+
+--- visible-overflown:
+    ((*要編集*))
+
+--- gicon:
+    ((*要編集*))
+
+--- icon-name:
+    ((*要編集*))
+
+== シグナル
 --- activate: self
     The "activate" signal is emitted when the action is activated. ((* Since 2.4 *))
      * self: 
 
-== See Also
+== 関連ページ
 Gtk::ActionGroup, Gtk::UIManager 
-
 
-- ((<Masao>))
+== 更新履歴
+* 2014-06-15 クラスのメンバ項目の存在チェック("存在しない?"とマーク)。リストから漏れているものを追加。 - ((<きたがわ>))
+* - ((<Masao>))




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