gtk-d v3.6.3 (2017-05-14T21:01:55Z)
Home
Dub
Repo
ComboBoxText.OnPopdownDelegateWrapper
gtk
ComboBoxText
ComboBoxText
Undocumented in source.
class
ComboBoxText
protected
class
OnPopdownDelegateWrapper {
static
OnPopdownDelegateWrapper
[]
listeners
;
bool
delegate
(
ComboBoxText
)
dlg
;
gulong
handlerId
;
this
(bool delegate(ComboBoxText) dlg);
void
remove
(OnPopdownDelegateWrapper source);
}
Constructors
this
this
(bool delegate(ComboBoxText) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnPopdownDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
listeners
OnPopdownDelegateWrapper
[]
listeners
;
Undocumented in source.
Variables
dlg
bool
delegate
(
ComboBoxText
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gtk
ComboBoxText
ComboBoxText
classes
OnChangedDelegateWrapper
OnFormatEntryTextDelegateWrapper
OnMoveActiveDelegateWrapper
OnPopdownDelegateWrapper
OnPopupDelegateWrapper
constructors
this
functions
addOnChanged
addOnFormatEntryText
addOnMoveActive
addOnPopdown
addOnPopup
append
appendText
getActiveText
getComboBoxTextStruct
getIndex
getStruct
insert
insertText
prepend
prependOrReplaceText
prependText
remove
removeAll
setActiveText
setStruct
static functions
callBackChanged
callBackChangedDestroy
callBackFormatEntryText
callBackFormatEntryTextDestroy
callBackMoveActive
callBackMoveActiveDestroy
callBackPopdown
callBackPopdownDestroy
callBackPopup
callBackPopupDestroy
getType
variables
gtkComboBoxText