ruby-****@sourc*****
ruby-****@sourc*****
2005年 6月 21日 (火) 01:26:52 JST
------------------------- REMOTE_ADDR = 218.45.66.76 REMOTE_HOST = REMOTE_USER = ruby-gnome2-hiki URL = http://ruby-gnome2.sourceforge.jp/cgi-bin/hiki/hiki.cgi?Gtk%3A%3ATextBuffer ------------------------- @@ -206,7 +206,7 @@ Creates a tag and adds it to the tag table for buffer. Equivalent to calling Gtk::TextTag.new and then adding the tag to the buffer's tag table. The returned tag is owned by the buffer's tag table, so the ref count will be equal to one. If tag_name is nil, the tag is anonymous. If tag_name is non-nil, a tag called tag_name must not already exist in the tag table for this buffer. - * tag_name: name of the new tag, or NULL + * tag_name: name of the new tag, or nil * properties: a hash of property names and values {name1 => value1, name2 => value2, ...} * Returns: a new Gtk::TextTag