ruby-****@sourc*****
ruby-****@sourc*****
2005年 12月 17日 (土) 12:44:10 JST
------------------------- REMOTE_ADDR = 218.231.161.82 REMOTE_HOST = REMOTE_USER = ruby-gnome2-hiki URL = /hiki.cgi?Gtk%3A%3ATextBuffer ------------------------- @@ -25,15 +25,6 @@ Get the Gtk::TextTagTable associated with this buffer. * Returns: the buffer's tag table ---- tag_table=(setting) - Sets the Gtk::TextTagTable. - * setting: a Gtk::TextTagTable - * Returns: setting ---- set_tag_table(setting) - Same as Gtk::TextBuffer#tag_table=. - * setting: a Gtk::TextTagTable - * Returns: self - --- insert(iter, text) Inserts the text at position iter. Emits the "insert_text" signal; insertion actually occurs in the default handler for the signal. iter is invalidated when insertion occurs (because the buffer contents change), but the default signal handler revalidates it to point to the end of the inserted text. * iter : a position in the buffer (Gtk::TextIter) @@ -380,6 +0,0 @@ == See Also Gtk::TextView, Gtk::TextIter, Gtk::TextMark + +* 2005-12-17 Removed Gtk::TextBuffer#set_tag_table, #tag_table=. - ((<Masao>)) +* 2005-10-07 Added. - ((<Masao>)) - ((<Masao>))