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

Back to archive index

ruby-****@sourc***** ruby-****@sourc*****
2014年 6月 16日 (月) 18:29:43 JST


-------------------------
REMOTE_ADDR = 106.188.103.9
REMOTE_HOST = 
        URL = http://ruby-gnome2.sourceforge.jp/ja/hiki.cgi?Gtk%3A%3AToolItem
-------------------------
@@ -1,11 +1,11 @@
-= class Gtk::ToolItem
+= Gtk::ToolItem クラス
 ((<Gtk::ToolItem>))s are widgets that can appear on a toolbar. To create a toolbar item that contain something else than a button, use Gtk::ToolItem.new. Use Gtk::Container#add to add a child widget to the tool item.
 
 For toolbar items that contain buttons, see the Gtk::ToolButton, Gtk::ToggleToolButton and Gtk::RadioToolButton classes.
 
 See the Gtk::Toolbar class for a description of the toolbar widget.
 
-== Object Hierarchy
+== オブジェクト階層
 * Object
   * GLib::Instantiatable
     * GLib::Object
@@ -15,16 +15,24 @@
             * Gtk::Bin
               * Gtk::ToolItem
 
-== Class Methods
+== インクルードされているモジュール
+
+* Gtk::Buildable
+* Atk::Implementor
+* GLib::Interface
+
+== クラスメソッド
 --- Gtk::ToolItem.new
     Creates a new Gtk::ToolItem
     * Returns: the new Gtk::ToolItem
 
-== Instance Methods
+== インスタンスメソッド
 --- homogeneous?
     Returns whether the tool item is the same size as other homogeneous items. See Gtk::ToolItem#homogeneous=.
     * Returns: true if the tool item is the same size as other homogeneous items, otherwise false
 --- homogeneous=(homogeneous)
+    ((*存在しない?*))
+
     Sets whether the tool item is to be allocated the same size as other homogeneous items. The effect is that all homogeneous items will have the same width as the widest of the items.
     * homogeneous: true if the tool item is the same size as other homogeneous items, otherwise false
     * Returns: homogeneous
@@ -143,9 +151,20 @@
     Calling this method signals to the toolbar that the overflow menu item for the tool item has changed. If the overflow menu is visible when this function it called, the menu will be rebuilt.
     The method must be called when the tool item changes what it will do in response to the "create_menu_proxy" signal.
     * Returns: self
+
+--- homogenous=()
+    ((*要編集*))
 
 
-== Properties
+== プロパティ
 --- is-important: true or false (Read/Write)
     Whether the toolbar item is considered important. When true, toolbar buttons show text in Gtk::Toolbar::BOTH_HORIZ mode
 
@@ -155,7 +166,18 @@
 --- visible-vertical: true or false (Read/Write)
     Whether the toolbar item is visible when the toolbar is in a vertical orientation.
 
-== Signals
+== シグナル
 --- create-menu-proxy: self
      * self: Gtk::ToolItem
 --- set-tooltip: self, tooltips, tip_text, tip_private
@@ -173,10 +184,22 @@
     to find out what the toolbar should look like and change themselves accordingly.
      * self: Gtk::ToolItem
 
-== See Also
+== 関連ページ
 * Gtk::Toolbar - The toolbar widget
 * Gtk::ToolButton - A subclass of Gtk::ToolItem that displays buttons on the toolbar
 * Gtk::SeparatorToolItem - A subclass of Gtk::ToolItem that separates groups of items on a toolbar
 
-== ChangeLog
-* 2005-05-06 Added ((<Masao>))
\ No newline at end of file
+== 更新履歴
+* 2014-06-16 クラスのメンバ項目の存在チェック("存在しない?"とマーク)。リストから漏れているものを追加。 - ((<きたがわ>))
+* 2005-05-06 Added ((<Masao>))




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