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

アーカイブの一覧に戻る

ruby-****@sourc***** ruby-****@sourc*****
2014年 6月 15日 (日) 19:44:03 JST


-------------------------
REMOTE_ADDR = 106.188.30.133
REMOTE_HOST = 
        URL = http://ruby-gnome2.sourceforge.jp/ja/hiki.cgi?Gtk%3A%3ABox
-------------------------
@@ -1,4 +1,4 @@
-= class Gtk::Box
+=  Gtk::Box クラス
 Gtk::Box is an abstract widget which encapsulates functionallity for a particular kind of container, one that organizes a variable number of widgets into a rectangular area. 
 
 The rectangular area of a Gtk::Box is organized into either a single row or a single column of child widgets depending upon whether the box is of type Gtk::HBox or Gtk::VBox, respectively. Thus, all children of a Gtk::Box are allocated one dimension in common, which is the height of a row, or the width of a column. 
@@ -19,7 +19,7 @@
 
 Use Gtk::Box#set_child_packing to reset the expand, fill, and padding attributes of any Gtk::Box child. Use Gtk::Box#query_child_packing to query these fields. 
 
-== Object Hierarchy
+== オブジェクト階層
 * Object
   * GLib::Instantiatable
     * GLib::Object
@@ -28,7 +28,13 @@
           * Gtk::Container
             * Gtk::Box
 
-== Instance Methods
+== インクルードされているモジュール
+
+* Gtk::Buildable
+* Atk::Implementor
+* GLib::Interface
+
+== インスタンスメソッド
 --- pack_start(child, expand = true, fill = true, padding = 0) 
     Adds child to box, packed with reference to the start of box. The child is packed after any other child packed with reference to the start of box. 
     * child: the Gtk::Widget to be added to box.  
@@ -103,18 +109,26 @@
     * padding: the new value of the padding field.  
     * pack_type: the new value of the pack.
 
-== Properties
+== プロパティ
 --- homogeneous: true or false (Read/Write)
     Whether the children should all be the same size
 
 --- spacing: Integer (Read/Write)
     The amount of space between children
 
-== See Also
+== 関連ページ
 * Gtk::HBox a derived class that organizes widgets into a row.
 * Gtk::VBox a derived class that organizes widgets into a column.
 * Gtk::Frame a Gtk::Widget useful for drawing a border around a Gtk::Box.
 * Gtk::Table a Gtk::Container for organizing widgets into a grid, rather than independent rows or columns.
 * Gtk::Layout a Gtk::Container for organizing widgets into arbitrary layouts.
- 
-- ((<Masao>))
\ No newline at end of file
+
+== 更新履歴
+* 2014-06-15 インクルードされているモジュールの項目を追加。 - ((<きたがわ>))
+* - ((<Masao>))




ruby-gnome2-cvs メーリングリストの案内
アーカイブの一覧に戻る