gtk-d v3.5.1 (2017-01-10T22:24:21Z)
Home
Dub
Repo
IMContext.OnRetrieveSurroundingDelegateWrapper
gtk
IMContext
IMContext
Undocumented in source.
class
IMContext
protected
class
OnRetrieveSurroundingDelegateWrapper {
bool
delegate
(
IMContext
)
dlg
;
gulong
handlerId
;
ConnectFlags
flags
;
this
(bool delegate(IMContext) dlg, gulong handlerId, ConnectFlags flags);
}
Constructors
this
this
(bool delegate(IMContext) dlg, gulong handlerId, ConnectFlags flags)
Undocumented in source.
Members
Variables
dlg
bool
delegate
(
IMContext
)
dlg
;
Undocumented in source.
flags
ConnectFlags
flags
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gtk
IMContext
IMContext
classes
OnCommitDelegateWrapper
OnDeleteSurroundingDelegateWrapper
OnPreeditChangedDelegateWrapper
OnPreeditEndDelegateWrapper
OnPreeditStartDelegateWrapper
OnRetrieveSurroundingDelegateWrapper
constructors
this
functions
addOnCommit
addOnDeleteSurrounding
addOnPreeditChanged
addOnPreeditEnd
addOnPreeditStart
addOnRetrieveSurrounding
deleteSurrounding
filterKeypress
focusIn
focusOut
getIMContextStruct
getPreeditString
getStruct
getSurrounding
internalRemoveOnCommit
internalRemoveOnDeleteSurrounding
internalRemoveOnPreeditChanged
internalRemoveOnPreeditEnd
internalRemoveOnPreeditStart
internalRemoveOnRetrieveSurrounding
reset
setClientWindow
setCursorLocation
setStruct
setSurrounding
setUsePreedit
static functions
callBackCommit
callBackCommitDestroy
callBackDeleteSurrounding
callBackDeleteSurroundingDestroy
callBackPreeditChanged
callBackPreeditChangedDestroy
callBackPreeditEnd
callBackPreeditEndDestroy
callBackPreeditStart
callBackPreeditStartDestroy
callBackRetrieveSurrounding
callBackRetrieveSurroundingDestroy
getType
variables
gtkIMContext
onCommitListeners
onDeleteSurroundingListeners
onPreeditChangedListeners
onPreeditEndListeners
onPreeditStartListeners
onRetrieveSurroundingListeners