gtk-d v3.7.3 (2017-12-16T16:21:49Z)
Home
Dub
Repo
ComboBox.OnFormatEntryTextDelegateWrapper
gtk
ComboBox
ComboBox
Undocumented in source.
class
ComboBox
protected
class
OnFormatEntryTextDelegateWrapper {
string
delegate
(
string
,
ComboBox
)
dlg
;
gulong
handlerId
;
this
(string delegate(string, ComboBox) dlg);
void
remove
(OnFormatEntryTextDelegateWrapper source);
}
Constructors
this
this
(string delegate(string, ComboBox) 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
,
ComboBox
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gtk
ComboBox
ComboBox
classes
OnChangedDelegateWrapper
OnFormatEntryTextDelegateWrapper
OnMoveActiveDelegateWrapper
OnPopdownDelegateWrapper
OnPopupDelegateWrapper
constructors
this
functions
addOnChanged
addOnFormatEntryText
addOnMoveActive
addOnPopdown
addOnPopup
getActive
getActiveId
getActiveIter
getAddTearoffs
getButtonSensitivity
getColumnSpanColumn
getComboBoxStruct
getEntryTextColumn
getFocusOnClick
getHasEntry
getIdColumn
getModel
getPopupAccessible
getPopupFixedWidth
getRowSeparatorFunc
getRowSpanColumn
getStruct
getTitle
getWrapWidth
popdown
popup
popupForDevice
setActive
setActiveId
setActiveIter
setAddTearoffs
setButtonSensitivity
setColumnSpanColumn
setEntryTextColumn
setFocusOnClick
setIdColumn
setModel
setPopupFixedWidth
setRowSeparatorFunc
setRowSpanColumn
setStruct
setTitle
setWrapWidth
mixins
__anonymous
static functions
callBackChanged
callBackChangedDestroy
callBackFormatEntryText
callBackFormatEntryTextDestroy
callBackMoveActive
callBackMoveActiveDestroy
callBackPopdown
callBackPopdownDestroy
callBackPopup
callBackPopupDestroy
getType
variables
gtkComboBox
onChangedListeners
onFormatEntryTextListeners
onMoveActiveListeners
onPopdownListeners
onPopupListeners