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

Back to archive index

ruby-****@sourc***** ruby-****@sourc*****
2014年 6月 16日 (月) 14:58:30 JST


-------------------------
REMOTE_ADDR = 106.188.103.9
REMOTE_HOST = 
        URL = http://ruby-gnome2.sourceforge.jp/ja/hiki.cgi?Gtk%3A%3AImageMenuItem
-------------------------
@@ -1,8 +1,8 @@
-= class Gtk::ImageMenuItem
+= Gtk::ImageMenuItem クラス
 A Gtk::ImageMenuItem is a menu item which has an icon next to the text label. 
 Note that the user can disable display of menu icons, so make sure to still fill in the text label. 
 
-== Object Hierarchy
+== オブジェクト階層
 * Object
   * GLib::Instantiatable
     * GLib::Object
@@ -14,7 +14,13 @@
                 * Gtk::MenuItem
                   * Gtk::ImageMenuItem
 
-== Class Methods
+== インクルードされているモジュール
+
+* Gtk::Buildable
+* Atk::Implementor
+* GLib::Interface
+
+== クラスメソッド
 --- Gtk::ImageMenuItem.new(label = nil, use_underline = true)
     Creates a new Gtk::ImageMenuItem. 
     * label: the string to use for the label.  
@@ -28,7 +34,13 @@
     * accel_group: the Gtk::AccelGroup to add the menu items accelerator to, or nil. 
     * Returns: a new Gtk::ImageMenuItem.  
     
-== Instance Methods
+== インスタンスメソッド
 --- image
     Gets the widget that is currently set as the image of image_menu_item. See Gtk::ImageMenuItem#image=.
     * Returns: the widget set as image of image_menu_item.  
@@ -42,9 +48,50 @@
     Same as Gtk::ImageMenuItem#image=.
     * image: a widget(Gtk::Widget) to set as the image for the menu item.  
     * Returns: self.
+
+--- always_show_image=()
+    ((*要編集*))
+
+--- set_always_show_image()
+    ((*要編集*))
+
+--- always_show_image?()
+    ((*要編集*))
+
+--- accel_group=()
+    ((*要編集*))
+
+--- set_accel_group()
+    ((*要編集*))
+
+--- use_stock=()
+    ((*要編集*))
+
+--- set_use_stock()
+    ((*要編集*))
+
+--- use_stock?()
+    ((*要編集*))
+
+== プロパティ
+--- always-show-image:
+    ((*要編集*))
+
+--- accel-group:
+    ((*要編集*))
+
+--- use-stock:
+    ((*要編集*))
 
-== Properties
 --- image: Gtk::Widget (Read/Write)
     Child widget to appear next to the menu text
 
-- ((<Masao>))
+== 更新履歴
+* 2014-06-16 クラスのメンバで漏れていたものを追加。 - ((<きたがわ>))
+* - ((<Masao>))




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