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

Back to archive index

ruby-****@sourc***** ruby-****@sourc*****
2014年 6月 16日 (月) 06:24:34 JST


-------------------------
REMOTE_ADDR = 106.188.103.9
REMOTE_HOST = 
        URL = http://ruby-gnome2.sourceforge.jp/ja/hiki.cgi?Gtk%3A%3ADrawingArea
-------------------------
@@ -1,4 +1,4 @@
-= class Gtk::DrawingArea
+= Gtk::DrawingArea クラス
 The Gtk::DrawingArea widget is used for creating custom user interface elements. It's essentially a blank widget; you can draw on widget.window. After creating a drawing area, the application may want to connect to: 
 
 * Mouse and button press signals to respond to input from the user. (Use Gtk::Widget#add_events() to enable events you wish to receive.) 
@@ -23,7 +23,7 @@
  
  Gtk.main
 
-== Object Hierarchy
+== オブジェクト階層
 * Object
   * GLib::Instantiatable
     * GLib::Object
@@ -31,13 +31,20 @@
         * Gtk::Widget
           * Gtk::DrawingArea
 
-== Class Methods
+== インクルードされているモジュール
+
+* Gtk::Buildable
+* Atk::Implementor
+* GLib::Interface
+
+== クラスメソッド
 --- Gtk::DrawingArea.new
     Creates a new drawing area.
     * Returns: a new Gtk::DrawingArea  
 
-== See Also
+== 関連ページ
 Sometimes Gtk::Image is a useful alternative to a drawing area. You can put a Gdk::Pixmap in the Gtk::Image and draw to the Gdk::Pixmap, calling Gtk::Widget#queue_draw on the Gtk::Image when you want to refresh to the screen.
-
 
-((<Masao>))
+== 更新履歴
+* 2014-06-16 インクルードされているモジュールの項目を追加。 - ((<きたがわ>))
+* ((<Masao>))




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