gtk-d v3.6.3 (2017-05-14T21:01:55Z)
Home
Dub
Repo
SearchEntry.OnNextMatchDelegateWrapper
gtk
SearchEntry
SearchEntry
Undocumented in source.
class
SearchEntry
protected
class
OnNextMatchDelegateWrapper {
static
OnNextMatchDelegateWrapper
[]
listeners
;
void
delegate
(
SearchEntry
)
dlg
;
gulong
handlerId
;
this
(void delegate(SearchEntry) dlg);
void
remove
(OnNextMatchDelegateWrapper source);
}
Constructors
this
this
(void delegate(SearchEntry) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnNextMatchDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
listeners
OnNextMatchDelegateWrapper
[]
listeners
;
Undocumented in source.
Variables
dlg
void
delegate
(
SearchEntry
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gtk
SearchEntry
SearchEntry
classes
OnNextMatchDelegateWrapper
OnPreviousMatchDelegateWrapper
OnSearchChangedDelegateWrapper
OnStopSearchDelegateWrapper
constructors
this
functions
addOnNextMatch
addOnPreviousMatch
addOnSearchChanged
addOnStopSearch
getSearchEntryStruct
getStruct
handleEvent
setStruct
static functions
callBackNextMatch
callBackNextMatchDestroy
callBackPreviousMatch
callBackPreviousMatchDestroy
callBackSearchChanged
callBackSearchChangedDestroy
callBackStopSearch
callBackStopSearchDestroy
getType
variables
gtkSearchEntry