gtk-d v3.7.3 (2017-12-16T16:21:49Z)
Home
Dub
Repo
EditableT.OnInsertTextDelegateWrapper
gtk
EditableT
EditableT
Undocumented in source.
template
EditableT
(TStruct)
protected
class
OnInsertTextDelegateWrapper {
void
delegate
(
string
,
int
,
void
*,
EditableIF
)
dlg
;
gulong
handlerId
;
this
(void delegate(string, int, void*, EditableIF) dlg);
void
remove
(OnInsertTextDelegateWrapper source);
}
Constructors
this
this
(void delegate(string, int, void*, EditableIF) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnInsertTextDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
dlg
void
delegate
(
string
,
int
,
void
*,
EditableIF
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gtk
EditableT
EditableT
classes
OnChangedDelegateWrapper
OnDeleteTextDelegateWrapper
OnInsertTextDelegateWrapper
functions
addOnChanged
addOnDeleteText
addOnInsertText
copyClipboard
cutClipboard
deleteSelection
deleteText
getChars
getEditable
getEditableStruct
getPosition
getSelectionBounds
insertText
pasteClipboard
selectRegion
setEditable
setPosition
static functions
callBackChanged
callBackChangedDestroy
callBackDeleteText
callBackDeleteTextDestroy
callBackInsertText
callBackInsertTextDestroy
variables
onChangedListeners
onDeleteTextListeners
onInsertTextListeners