gtk-helpers-0.0.7: A collection of auxiliary operations and widgets related to Gtk

Safe HaskellNone
LanguageHaskell98

Graphics.UI.Gtk.Helpers.Multiline.TextBuffer

Description

Auxiliary functions userful to manipulate TextBuffers

Synopsis

Documentation

textBufferUpdateText :: TextBuffer -> String -> IO () Source

Updates a text buffer only if it's necessary (to avoid extra events)

textBufferGetAllText :: TextBuffer -> Bool -> IO String Source

Gets all the text from a text buffer