gtk-d v3.6.5 (2017-05-30T21:07:17Z)
Home
Dub
Repo
ComboBoxText.OnMoveActiveDelegateWrapper
gtk
ComboBoxText
ComboBoxText
Undocumented in source.
class
ComboBoxText
protected
class
OnMoveActiveDelegateWrapper {
static
OnMoveActiveDelegateWrapper
[]
listeners
;
void
delegate
(
GtkScrollType
,
ComboBoxText
)
dlg
;
gulong
handlerId
;
this
(void delegate(GtkScrollType, ComboBoxText) dlg);
void
remove
(OnMoveActiveDelegateWrapper source);
}
Constructors
this
this
(void delegate(GtkScrollType, ComboBoxText) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnMoveActiveDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
listeners
OnMoveActiveDelegateWrapper
[]
listeners
;
Undocumented in source.
Variables
dlg
void
delegate
(
GtkScrollType
,
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