gtk-d v3.7.3 (2017-12-16T16:21:49Z)
Home
Dub
Repo
ComboBoxText.OnPopupDelegateWrapper
gtk
ComboBoxText
ComboBoxText
Undocumented in source.
class
ComboBoxText
protected
class
OnPopupDelegateWrapper {
void
delegate
(
ComboBoxText
)
dlg
;
gulong
handlerId
;
this
(void delegate(ComboBoxText) dlg);
void
remove
(OnPopupDelegateWrapper source);
}
Constructors
this
this
(void delegate(ComboBoxText) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnPopupDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
dlg
void
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
onChangedListeners
onFormatEntryTextListeners
onMoveActiveListeners
onPopdownListeners
onPopupListeners