ruby-****@sourc*****
ruby-****@sourc*****
2014年 6月 16日 (月) 17:35:24 JST
------------------------- REMOTE_ADDR = 106.188.103.9 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/ja/hiki.cgi?Gtk%3A%3ASeparatorToolItem ------------------------- @@ -1,9 +1,9 @@ -= class Gtk::SeparatorToolItem += Gtk::SeparatorToolItem クラス A Gtk::SeparatorItem is a Gtk::ToolItem that separates groups of other ((<Gtk::ToolItem>))s. Depending on the theme, a Gtk::SeparatorToolItem will often look like a vertical line on horizontally docked toolbars. If the property "expand" is true and the property "draw" is false, a Gtk::SeparatorToolItem will act as a "spring" that forces other items to the ends of the toolbar. -== Object Hierarchy +== オブジェクト階層 * Object * GLib::Instantiatable * GLib::Object @@ -14,34 +14,55 @@ * Gtk::ToolItem * Gtk::SeparatorToolItem -== Class Methods +== インクルードされているモジュール + +* Gtk::Buildable +* Atk::Implementor +* GLib::Interface + +== クラスメソッド --- Gtk::SeparatorToolItem.new Create a new Gtk::SeparatorToolItem. ((* Since 2.4 *)) * Returns: a new Gtk::SeparatorToolItem --- draw? + ((*存在しない?*)) + Returns whether separator_tool_item is drawn as a line. ((* Since 2.4 *)) * Returns: true if separator_tool_item is drawn as a line, or just blank. --- draw=(draw) + ((*存在しない?*)) + When separator_tool_items is drawn as a vertical line, or just blank. Setting this false along with Gtk::ToolItem#expand= is useful to create an item that forces following items to the end of the toolbar. ((* Since 2.4 *)) * draw: true if separator_tool_item is drawn as a vertical line, otherwise false. * Returns: draw --- set_draw(draw) + ((*存在しない?*)) + Same as Gtk::SeparatorToolItem.draw=. ((* Since 2.4 *)) * draw: true if separator_tool_item is drawn as a vertical line, otherwise false. * Returns: self -== Properties +== インスタンスメソッド +--- draw=() + ((*要編集*)) + +--- set_draw() + ((*要編集*)) + +--- draw?() + ((*要編集*)) + +== プロパティ --- draw: true or false (Read/Write) Whether the separator is drawn, or just blank. ((* Since 2.4 *)) * Default value: true -== See Also +== 関連ページ Gtk::Toolbar - The toolbar widget Gtk::RadioToolButton - A toolbar item containing a radio button - - -== ChangeLog +== 更新履歴 +* 2014-06-16 クラスのメンバ項目の存在チェック("存在しない?"とマーク)。リストから漏れているものを追加。 - ((<きたがわ>)) * 2005-1-27 Added. - Masao