diffing dir...
Tue Mar 13 14:13:11 GMT 2012 Axe...@in...
* Add a note on how to connect to bufferInsertText.
Ignore-this: c9a6011fbae46b14c6c18d92de9e6732
hunk ./gtk/Graphics/UI/Gtk/Multiline/TextBuffer.chs 1254
+-- * See note in 'bufferInsertText'.
+--
hunk ./gtk/Graphics/UI/Gtk/Multiline/TextBuffer.chs 1262
+-- * See note in 'bufferInsertText'.
+--
hunk ./gtk/Graphics/UI/Gtk/Multiline/TextBuffer.chs 1267
--- | Some text was inserted.
+-- | Some text is inserted. Insertion actually occurs in the default handler.
+--
+-- * The function connected to this handler may not modify the buffer since
+-- this would invalidate the iterator. If this function replaces the
+-- default handler, it needs to stop the emission of this signal in order
+-- to prevent the default handler from running. If additional text should
+-- be inserted, this can be done using the 'after' function to connect.
|