ruby-****@sourc*****
ruby-****@sourc*****
2014年 6月 16日 (月) 15:02:55 JST
------------------------- REMOTE_ADDR = 106.188.103.9 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/ja/hiki.cgi?Gtk%3A%3AInvisible ------------------------- @@ -1,8 +1,8 @@ -= class Gtk::Invisible += Gtk::Invisible クラス The Gtk::Invisible widget is used internally in GTK+, and is probably not useful for application developers. It is used for reliable pointer grabs and selection handling in the code for drag-and-drop -== Object Hierarchy +== オブジェクト階層 * Object * GLib::Instantiatable * GLib::Object @@ -10,12 +10,18 @@ * Gtk::Widget * Gtk::Invisible -== Class Methods +== インクルードされているモジュール + +* Gtk::Buildable +* Atk::Implementor +* GLib::Interface + +== クラスメソッド --- Gtk::Invisible.new Creates a new Gtk::Invisible. * Returns: a new Gtk::Invisible. -== Instance Methods +== インスタンスメソッド --- screen ((*Since 2.2*)) Returns the Gdk::Screen object associated with invisible * Returns: the associated Gdk::Screen. @@ -28,8 +34,16 @@ * screen: a Gdk::Screen * Returns: self -== Properties +== プロパティ --- screen: Gdk::Screen (Read/Write) The screen where this window will be displayed -- ((<Masao>)) +== 更新履歴 +* 2014-06-16 インクルードされているモジュールの項目を追加。 - ((<きたがわ>)) +* - ((<Masao>))