gtk-d v3.5.1 (2017-01-10T22:24:21Z)
Home
Dub
Repo
ComboBoxText.OnChangedDelegateWrapper
gtk
ComboBoxText
ComboBoxText
Undocumented in source.
class
ComboBoxText
protected
class
OnChangedDelegateWrapper {
void
delegate
(
ComboBoxText
)
dlg
;
gulong
handlerId
;
ConnectFlags
flags
;
this
(void delegate(ComboBoxText) dlg, gulong handlerId, ConnectFlags flags);
}
Constructors
this
this
(void delegate(ComboBoxText) dlg, gulong handlerId, ConnectFlags flags)
Undocumented in source.
Members
Variables
dlg
void
delegate
(
ComboBoxText
)
dlg
;
Undocumented in source.
flags
ConnectFlags
flags
;
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
internalRemoveOnChanged
internalRemoveOnFormatEntryText
internalRemoveOnMoveActive
internalRemoveOnPopdown
internalRemoveOnPopup
prepend
prependOrReplaceText
prependText
remove
removeAll
setActiveText
setStruct
static functions
callBackChanged
callBackChangedDestroy
callBackFormatEntryText
callBackFormatEntryTextDestroy
callBackMoveActive
callBackMoveActiveDestroy
callBackPopdown
callBackPopdownDestroy
callBackPopup
callBackPopupDestroy
getType
variables
gtkComboBoxText
onChangedListeners
onFormatEntryTextListeners
onMoveActiveListeners
onPopdownListeners
onPopupListeners