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