ruby-****@sourc*****
ruby-****@sourc*****
2014年 6月 15日 (日) 19:04:30 JST
------------------------- REMOTE_ADDR = 106.188.30.133 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/ja/hiki.cgi?Gtk%3A%3AArrow ------------------------- @@ -1,11 +1,11 @@ -= class Gtk::Arrow += Gtk::Arrow クラス Gtk::Arrow should be used to draw simple arrows that need to point in one of the four cardinal directions (up, down, left, or right). The style of the arrow can be one of shadow in, shadow out, etched in, or etched out. Note that these directions and style types may be ammended in versions of Gtk to come. Gtk::Arrow will fill any space alloted to it, but since it is inherited from Gtk::Misc, it can be padded and/or aligned, to fill exactly the space the programmer desires. Arrows are created with a call to Gtk::Arrow.new. The direction or style of an arrow can be changed after creation by using Gtk::Arrow#set. -== Object Hierarchy +== オブジェクト階層 * Object * GLib::Instantiatable * GLib::Object @@ -14,14 +14,20 @@ * Gtk::Misc * Gtk::Arrow -== Class Methods +== インクルードされているモジュール + +* Gtk::Buildable +* Atk::Implementor +* GLib::Interface + +== クラスメソッド --- Gtk::Arrow.new(arrow_type, shadow_type) Creates a new arrow widget. * arrow_type: a valid ((<GtkArrowType|Gtk::Arrow#GtkArrowType>)). * shadow_type: a valid ((<GtkShadowType|Gtk#GtkShadowType>)). * Returns: the new Gtk::Arrow widget. -== Instance Methods +== インスタンスメソッド --- set(arrow_type, shadow_type) Sets the direction and style. * arrow_type: a valid ((<GtkArrowType|Gtk::Arrow#GtkArrowType>)). @@ -56,7 +62,20 @@ * shadow_type: a valid ((<GtkShadowType|Gtk#GtkShadowType>)). * Returns: self. -== Constants +== プロパティ +--- arrow-type: Integer (Read/Write) + The direction the arrow should point + +--- shadow-type: Integer (Read/Write) + Appearance of the shadow surrounding the arrow + +== 定数 === GtkArrowType --- UP Represents an upward pointing arrow. @@ -67,11 +80,23 @@ --- RIGHT Represents a right pointing arrow. -== Properties ---- arrow-type: Integer (Read/Write) - The direction the arrow should point - ---- shadow-type: Integer (Read/Write) - Appearance of the shadow surrounding the arrow +=== その他 +--- NONE (Gtk::Arrow::Type) + ((*要編集*)) -- ((<Masao>)) \ No newline at end of file +== 更新履歴 +* 2014-06-15 クラスのメンバ項目でリストから漏れているものを追加。 - ((<きたがわ>)) +* - ((<Masao>))