gtk-d v3.7.1 (2017-11-01T22:01:07Z)
Home
Dub
Repo
EntryCompletion.OnMatchSelectedDelegateWrapper
gtk
EntryCompletion
EntryCompletion
Undocumented in source.
class
EntryCompletion
protected
class
OnMatchSelectedDelegateWrapper {
bool
delegate
(
TreeModelIF
,
TreeIter
,
EntryCompletion
)
dlg
;
gulong
handlerId
;
this
(bool delegate(TreeModelIF, TreeIter, EntryCompletion) dlg);
void
remove
(OnMatchSelectedDelegateWrapper source);
}
Constructors
this
this
(bool delegate(TreeModelIF, TreeIter, EntryCompletion) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnMatchSelectedDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
dlg
bool
delegate
(
TreeModelIF
,
TreeIter
,
EntryCompletion
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gtk
EntryCompletion
EntryCompletion
classes
OnActionActivatedDelegateWrapper
OnCursorOnMatchDelegateWrapper
OnInsertPrefixDelegateWrapper
OnMatchSelectedDelegateWrapper
OnNoMatchesDelegateWrapper
constructors
this
functions
addOnActionActivated
addOnCursorOnMatch
addOnInsertPrefix
addOnMatchSelected
addOnNoMatches
complete
computePrefix
deleteAction
getCompletionPrefix
getEntry
getEntryCompletionStruct
getInlineCompletion
getInlineSelection
getMinimumKeyLength
getModel
getPopupCompletion
getPopupSetWidth
getPopupSingleMatch
getStruct
getTextColumn
insertActionMarkup
insertActionText
insertPrefix
setInlineCompletion
setInlineSelection
setMatchFunc
setMinimumKeyLength
setModel
setPopupCompletion
setPopupSetWidth
setPopupSingleMatch
setStruct
setTextColumn
mixins
__anonymous
static functions
callBackActionActivated
callBackActionActivatedDestroy
callBackCursorOnMatch
callBackCursorOnMatchDestroy
callBackInsertPrefix
callBackInsertPrefixDestroy
callBackMatchSelected
callBackMatchSelectedDestroy
callBackNoMatches
callBackNoMatchesDestroy
getType
variables
gtkEntryCompletion
onActionActivatedListeners
onCursorOnMatchListeners
onInsertPrefixListeners
onMatchSelectedListeners
onNoMatchesListeners