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

Back to archive index

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


-------------------------
REMOTE_ADDR = 106.188.30.133
REMOTE_HOST = 
        URL = http://ruby-gnome2.sourceforge.jp/ja/hiki.cgi?Gtk%3A%3AContainer
-------------------------
@@ -1,4 +1,4 @@
-= class Gtk::Container
+= Gtk::Container クラス
 Gtk::Container is a abstract base class for widgets which contain other widgets.
 
 A GTK+ user interface is constructed by nesting widgets inside widgets. Container widgets are the inner nodes in the resulting tree of widgets: they contain other widgets. So, for example, you might have a Gtk::Window containing a Gtk::Frame containing a Gtk::Label. If you wanted an image instead of a textual label inside the frame, you might replace the Gtk::Label widget with a Gtk::Image widget. 
@@ -33,7 +33,7 @@
 
 To set the value of a child property, use Gtk::Container#child_set_property. To obtain the value of a child property, use Gtk::Container#child_get_property. To emit notification about child property changes, use Gtk::Widget#child_notify. 
 
-== Object Hierarchy
+== オブジェクト階層
 * Object
   * GLib::Instantiatable
     * GLib::Object
@@ -41,7 +41,13 @@
         * Gtk::Widget
           * Gtk::Container
 
-== Class Methods
+== インクルードされているモジュール
+
+* Gtk::Buildable
+* Atk::Implementor
+* GLib::Interface
+
+== クラスメソッド
 --- Gtk::Container.child_properties(inherited_too)
     Returns all child properties of a container class.
     * Returns: a newly allocated Array of GLib::Param.
@@ -55,7 +61,16 @@
     * property_id: the id for the property
     * Returns: self
 
-== Instance Methods
+--- Gtk::Container.type_register()
+    ((*要編集*))
+
+== インスタンスメソッド
 --- resize_container?
     return true If the resize_mode of the container is Gtk::RESIZE_PARENT
     * Returns: true or false
@@ -224,7 +233,16 @@
     * child: Can be used to add a new child to the container
     * Returns: self
 
-== Properties
+== プロパティ
 --- border-width: Integer (Read/Write)
     The width of the empty border outside the containers children
 
@@ -234,7 +243,16 @@
 --- resize-mode: ((<GtkResizeMode|Gtk#GtkResizeMode>)) (Read/Write)
     Specify how resize events are handled
 
-== Signals
+== シグナル
 --- add: self, widget
      * self: Gtk::Container
      * widget: Gtk::Widget
@@ -246,6 +255,16 @@
 --- set-focus-child: self, widget
      * self: Gtk::Container
      * widget: Gtk::Widget
-
 
-- ((<Masao>))
\ No newline at end of file
+== 更新履歴
+* 2014-06-15 クラスのメンバで漏れていたものを追加。 - ((<きたがわ>))
+* - ((<Masao>))




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