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

Back to archive index

ruby-****@sourc***** ruby-****@sourc*****
2014年 6月 16日 (月) 08:26:37 JST


-------------------------
REMOTE_ADDR = 106.188.103.9
REMOTE_HOST = 
        URL = http://ruby-gnome2.sourceforge.jp/ja/hiki.cgi?Gtk%3A%3AFrame
-------------------------
@@ -1,7 +1,7 @@
-= class Gtk::Frame
+= Gtk::Frame クラス
 The frame widget is a Gtk::Bin that surrounds its child with a decorative frame and an optional label. If present, the label is drawn in a gap in the top side of the frame. The position of the label can be controlled with Gtk::Frame#set_label_align.
 
-== Object Hierarchy
+== オブジェクト階層
 * Object
   * GLib::Instantiatable
     * GLib::Object
@@ -11,13 +11,19 @@
             * Gtk::Bin
               * Gtk::Frame
 
-== Class Methods
+== インクルードされているモジュール
+
+* Gtk::Buildable
+* Atk::Implementor
+* GLib::Interface
+
+== クラスメソッド
 --- Gtk::Frame.new(label = nil)
     Create a new Frame, with optional label label. If label is nil, the label is omitted.
     * label: label text(String)
     * Returns: Create a new Gtk::Frame
 
-== Instance Methods
+== インスタンスメソッド
 --- label
     If the frame's label widget is a Gtk::Label, return the text in the label widget. (The frame will have a Gtk::Label for the label widget if a non-nil argument was passed to Gtk::Frame.new.)
     * Returns: the text in the label, or nil if there was no label widget or the lable widget was not a Gtk::Label. 
@@ -89,7 +95,13 @@
     * shadow_type: shadow type(((<GtkShadowType|Gtk#GtkShadowType>)))
     * Returns: self
 
-== Properties
+== プロパティ
 --- label: String (Read/Write)
     Text of the frame's label
 
@@ -108,4 +114,12 @@
 --- shadow-type: Integer (Read/Write)
     Appearance of the frame border
 
-((<Masao>))
+== 更新履歴
+* 2014-06-16 インクルードされているモジュールの項目を追加。 - ((<きたがわ>))
+* ((<Masao>))




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