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

Back to archive index

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


-------------------------
REMOTE_ADDR = 106.188.30.133
REMOTE_HOST = 
        URL = http://ruby-gnome2.sourceforge.jp/ja/hiki.cgi?Gtk%3A%3ABin
-------------------------
@@ -1,9 +1,9 @@
-= class Gtk::Bin
+= Gtk::Bin クラス
 The Gtk::Bin widget is a container with just one child. It is not very useful itself, but it is useful for deriving subclasses, since it provides common code needed for handling a single child widget. 
 
 Many Ruby/GTK widgets are subclasses of Gtk::Bin, including Gtk::Window, Gtk::Button, Gtk::Frame, Gtk::HandleBox, and Gtk::ScrolledWindow. 
 
-== Object Hierarchy
+== オブジェクト階層
 * Object
   * GLib::Instantiatable
     * GLib::Object
@@ -12,8 +12,16 @@
           * Gtk::Container
             * Gtk::Bin
 
-== Instance Methods
+== インクルードされているモジュール
+
+* Gtk::Buildable
+* Atk::Implementor
+* GLib::Interface
+
+== インスタンスメソッド
 --- child
     Gets the child of the Gtk::Bin, or nil if the bin contains no child widget. The returned widget does not have a reference added, so you do not need to unref it.
 
-- ((<Masao>))
\ No newline at end of file
+== 更新履歴
+* 2014-06-15 インクルードされているモジュールの項目を追加。 - ((<きたがわ>))
+* - ((<Masao>))




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