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

Back to archive index

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


-------------------------
REMOTE_ADDR = 106.188.103.9
REMOTE_HOST = 
        URL = http://ruby-gnome2.sourceforge.jp/ja/hiki.cgi?Gtk%3A%3ATable
-------------------------
@@ -1,4 +1,4 @@
-= class Gtk::Table
+= Gtk::Table クラス
 The Gtk::Table functions allow the programmer to arrange widgets in rows and columns, making it easy to align many widgets next to each other, horizontally and vertically.
 
 Tables are created with a call to Gtk::Table#new, the size of which can later be changed with Gtk::Table#resize.
@@ -11,8 +11,7 @@
 
 Gtk::Table#homogeneous=, can be used to set whether all cells in the table will resize themselves to the size of the largest widget in the table.
 
-
-== Object Hierarchy
+== オブジェクト階層
 * Object
   * GLib::Instantiatable
     * GLib::Object
@@ -20,8 +19,13 @@
         * Gtk::Widget
           * Gtk::Container
             * Gtk::Table
+
+== インクルードされているモジュール
+
+* Gtk::Buildable
+* Atk::Implementor
+* GLib::Interface
 
-== Class Methods
+== クラスメソッド
 --- Gtk::Table.new(rows, columns, homogeneous = false)
     Used to create a new table widget. An initial size must be given by specifying how many rows and columns the table should have, although this can be changed later with Gtk::Table#resize. rows and columns must both be in the range 0 .. 65535.
     * rows: The number of rows the new table should have. 
@@ -29,7 +34,12 @@
     * homogeneous: If set to true, all table cells are resized to the size of the cell containing the largest widget. 
     * Returns: A pointer to the the newly created table widget.  
 
-== Instance Methods
+== インスタンスメソッド
 --- resize(rows, columns)
     If you need to change a table's size after it has been created, this function allows you to do so.
     * rows: The new number of rows. 
@@ -145,7 +150,12 @@
     * columns: the number of columns in a table.
     * Returns: self
 
-== Properties
+== プロパティ
 --- column-spacing: Integer (Read/Write)
     The amount of space between two consecutive columns
 
@@ -161,4 +166,11 @@
 --- row-spacing: Integer (Read/Write)
     The amount of space between two consecutive rows
 
-((<Masao>))
+== 更新履歴
+* 2014-06-16 インクルードされているモジュールの項目を追加。 - ((<きたがわ>))
+* ((<Masao>))




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