ruby-****@sourc*****
ruby-****@sourc*****
2014年 6月 16日 (月) 08:00:38 JST
------------------------- REMOTE_ADDR = 106.188.103.9 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/ja/hiki.cgi?Gtk%3A%3AFixed ------------------------- @@ -1,4 +1,4 @@ -= class Gtk::Fixed += Gtk::Fixed クラス The Gtk::Fixed widget is a container which can place child widgets at fixed positions and with fixed sizes, given in pixels. Gtk::Fixed performs no automatic layout management. For most applications, you should not use this container! It keeps you from having to learn about the other GTK+ containers, but it results in broken applications. With Gtk::Fixed, the following things will result in truncated text, overlapping widgets, and other display bugs: @@ -14,7 +14,7 @@ If you know none of these things are an issue for your application, and prefer the simplicity of Gtk::Fixed, by all means use the widget. But you should be aware of the tradeoffs. -== Object Hierarchy +== オブジェクト階層 * Object * GLib::Instantiatable * GLib::Object @@ -23,12 +23,18 @@ * Gtk::Container * Gtk::Fixed -== Class Methods +== インクルードされているモジュール + +* Gtk::Buildable +* Atk::Implementor +* GLib::Interface + +== クラスメソッド --- Gtk::Fixed.new Creates a new Gtk::Fixed. * Returns: a new Gtk::Fixed. -== Instance Methods +== インスタンスメソッド --- put(widget, x, y) Adds a widget to a Gtk::Fixed container at the given position. * widget: the widget to add. @@ -55,4 +61,12 @@ * has_window: true if a separate window should be created. * Returns: self -((<Masao>)) +== 更新履歴 +* 2014-06-16 インクルードされているモジュールの項目を追加。 - ((<きたがわ>)) +* ((<Masao>))