Ruby Forum Ruby-Gnome 2 > [wiki] TextView#add_child_at_anchor

Posted by Marc Heiler (shevegen)
on 06.04.2008 03:34
I believe the wiki-docu has a small error. This method accepts two
arguments, not one. If none of you minds or objects (or wants to fix it
on his own), I will fix this within the next ~3 days

"
add_child_at_anchor(child)
    Adds a child widget in the text buffer, at the given anchor.

        * child: a Gtk::Widget
        * anchor: a Gtk::TextChildAnchor in the Gtk::TextBuffer for the
Gtk::TextView
        * Returns: self"

to


"
add_child_at_anchor(child, anchor)
    Adds a child widget in the text buffer, at the given anchor.

        * child: a Gtk::Widget
        * anchor: a Gtk::TextChildAnchor in the Gtk::TextBuffer for the
Gtk::TextView
        * Returns: self"


URL:
http://ruby-gnome2.sourceforge.jp/hiki.cgi?Gtk%3A%3ATextView#add_child_at_anchor
Posted by Kouhei Sutou (Guest)
on 06.04.2008 03:58
(Received via mailing list)
Hi,

In <a1470800fb2347ddbe0d5c55d4228bbf@ruby-forum.com>
  "[ruby-gnome2-devel-en] [wiki] TextView#add_child_at_anchor" on Sun, 6 
Apr 2008 03:34:06 +0200,
  Marc Heiler <ruby-forum-incoming@andreas-s.net> wrote:

> I believe the wiki-docu has a small error. This method accepts two
> arguments, not one. If none of you minds or objects (or wants to fix it
> on his own), I will fix this within the next ~3 days

Please fix.


Thanks,
--
kou