gi-gtk-0.3.16.12: Gtk bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.Gtk.Objects.TextBuffer

Contents

Description

 

Synopsis

Exported types

Methods

textBufferAddMark

textBufferAddMark :: (MonadIO m, TextBufferK a, TextMarkK b) => a -> b -> TextIter -> m () Source

textBufferAddSelectionClipboard

textBufferApplyTag

textBufferApplyTagByName

textBufferBackspace

textBufferBeginUserAction

textBufferCopyClipboard

textBufferCreateChildAnchor

textBufferCreateMark

textBufferCutClipboard

textBufferDelete

textBufferDeleteInteractive

textBufferDeleteMark

textBufferDeleteMarkByName

textBufferDeleteSelection

textBufferDeserialize

textBufferDeserializeGetCanCreateTags

textBufferDeserializeSetCanCreateTags

textBufferEndUserAction

textBufferGetBounds

textBufferGetCharCount

textBufferGetCopyTargetList

textBufferGetDeserializeFormats

textBufferGetEndIter

textBufferGetHasSelection

textBufferGetInsert

textBufferGetIterAtChildAnchor

textBufferGetIterAtLine

textBufferGetIterAtLineIndex

textBufferGetIterAtLineOffset

textBufferGetIterAtMark

textBufferGetIterAtOffset

textBufferGetLineCount

textBufferGetMark

textBufferGetModified

textBufferGetPasteTargetList

textBufferGetSelectionBound

textBufferGetSelectionBounds

textBufferGetSerializeFormats

textBufferGetSlice

textBufferGetStartIter

textBufferGetTagTable

textBufferGetText

textBufferInsert

textBufferInsert :: (MonadIO m, TextBufferK a) => a -> TextIter -> Text -> Int32 -> m () Source

textBufferInsertAtCursor

textBufferInsertChildAnchor

textBufferInsertInteractive

textBufferInsertInteractiveAtCursor

textBufferInsertMarkup

textBufferInsertPixbuf

textBufferInsertRange

textBufferInsertRangeInteractive

textBufferMoveMark

textBufferMoveMarkByName

textBufferNew

textBufferPasteClipboard

textBufferPlaceCursor

textBufferRegisterDeserializeFormat

textBufferRegisterDeserializeTagset

textBufferRegisterSerializeFormat

textBufferRegisterSerializeTagset

textBufferRemoveAllTags

textBufferRemoveSelectionClipboard

textBufferRemoveTag

textBufferRemoveTagByName

textBufferSelectRange

textBufferSerialize

textBufferSetModified

textBufferSetText

textBufferSetText :: (MonadIO m, TextBufferK a) => a -> Text -> Int32 -> m () Source

textBufferUnregisterDeserializeFormat

textBufferUnregisterSerializeFormat

Properties

CopyTargetList

CursorPosition

HasSelection

PasteTargetList

TagTable

Text

setTextBufferText :: (MonadIO m, TextBufferK o) => o -> Text -> m () Source

Signals

ApplyTag

BeginUserAction

Changed

DeleteRange

EndUserAction

InsertChildAnchor

InsertPixbuf

InsertText

MarkDeleted

MarkSet

ModifiedChanged

PasteDone

RemoveTag