gtk-d v3.6.6 (2017-08-06T14:57:30Z)
Home
Dub
Repo
SourceBuffer.OnUndoDelegateWrapper
gsv
SourceBuffer
SourceBuffer
Undocumented in source.
class
SourceBuffer
protected
class
OnUndoDelegateWrapper {
void
delegate
(
SourceBuffer
)
dlg
;
gulong
handlerId
;
this
(void delegate(SourceBuffer) dlg);
void
remove
(OnUndoDelegateWrapper source);
}
Constructors
this
this
(void delegate(SourceBuffer) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnUndoDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
dlg
void
delegate
(
SourceBuffer
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gsv
SourceBuffer
SourceBuffer
classes
OnBracketMatchedDelegateWrapper
OnHighlightUpdatedDelegateWrapper
OnRedoDelegateWrapper
OnSourceMarkUpdatedDelegateWrapper
OnUndoDelegateWrapper
constructors
this
functions
addOnBracketMatched
addOnHighlightUpdated
addOnRedo
addOnSourceMarkUpdated
addOnUndo
backwardIterToSourceMark
beginNotUndoableAction
canRedo
canUndo
changeCase
createSourceMark
endNotUndoableAction
ensureHighlight
forwardIterToSourceMark
getContextClassesAtIter
getHighlightMatchingBrackets
getHighlightSyntax
getImplicitTrailingNewline
getLanguage
getMaxUndoLevels
getSourceBufferStruct
getSourceMarksAtIter
getSourceMarksAtLine
getStruct
getStyleScheme
getUndoManager
iterBackwardToContextClassToggle
iterForwardToContextClassToggle
iterHasContextClass
joinLines
redo
removeSourceMarks
setHighlightMatchingBrackets
setHighlightSyntax
setImplicitTrailingNewline
setLanguage
setMaxUndoLevels
setStruct
setStyleScheme
setUndoManager
sortLines
undo
static functions
callBackBracketMatched
callBackBracketMatchedDestroy
callBackHighlightUpdated
callBackHighlightUpdatedDestroy
callBackRedo
callBackRedoDestroy
callBackSourceMarkUpdated
callBackSourceMarkUpdatedDestroy
callBackUndo
callBackUndoDestroy
getType
variables
gtkSourceBuffer
onBracketMatchedListeners
onHighlightUpdatedListeners
onRedoListeners
onSourceMarkUpdatedListeners
onUndoListeners