ruby-****@sourc*****
ruby-****@sourc*****
2014年 6月 12日 (木) 09:40:53 JST
------------------------- REMOTE_ADDR = 106.188.0.234 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/ja/hiki.cgi?Gtk%3A%3ATextChildAnchor ------------------------- @@ -1,17 +1,20 @@ = class Gtk::TextChildAnchor == Object Hierarchy + * Object * GLib::Instantiatable * GLib::Object * Gtk::TextChildAnchor == Class Methods + --- Gtk::TextChildAnchor.new Creates a new Gtk::TextChildAnchor. Usually you would then insert it into a Gtk::TextBuffer with Gtk::TextBuffer#insert_child_anchor. To perform the creation and insertion in one step, use the convenience method Gtk::TextBuffer#create_child_anchor. - * Returns: a new Gtk::TextChildAnchor + * Returns: a new Gtk::TextChildAnchor == Instance Methods + --- widgets Gets an array of all widgets anchored at this child anchor. * Returns: an array of widgets anchored at anchor @@ -22,6 +25,9 @@ == See Also Gtk::TextView - --((<Masao>)) \ No newline at end of file +== 更新履歴 +* -((<Masao>))