ruby-****@sourc*****
ruby-****@sourc*****
2014年 6月 16日 (月) 19:23:13 JST
------------------------- REMOTE_ADDR = 106.188.103.9 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/ja/hiki.cgi?Gtk%3A%3AVBox ------------------------- @@ -1,10 +1,10 @@ -= class Gtk::VBox += Gtk::VBox クラス Gtk::VBox is a container that organizes child widgets into a single column. Use the Gtk::Box packing interface to determine the arrangement, spacing, height, and alignment of Gtk::VBox children. All children are allocated the same width. -== Object Hierarchy +== オブジェクト階層 * Object * GLib::Instantiatable * GLib::Object @@ -14,14 +14,22 @@ * Gtk::Box * Gtk::VBox -== Class Methods +== インクルードされているモジュール + +* Gtk::Buildable +* Atk::Implementor +* GLib::Interface + +== クラスメソッド --- Gtk::VBox.new(homogeneous = false, spacing = nil) Creates a new Gtk::VBox. * homogeneous: true if all children are to be given equal space allotments. * spacing: the number of pixels to place by default between children. * Returns: a new Gtk::VBox. -== See Also +== 関連ページ Gtk::HBox a sister class that organizes widgets into a row. -- ((<Masao>)) +== 更新履歴 +* 2014-06-16 インクルードされているモジュールの項目を追加。 - ((<きたがわ>)) +* - ((<Masao>))