gtk-d v3.7.3 (2017-12-16T16:21:49Z)
Home
Dub
Repo
TreeSortableT.OnSortColumnChangedDelegateWrapper
gtk
TreeSortableT
TreeSortableT
Undocumented in source.
template
TreeSortableT
(TStruct)
protected
class
OnSortColumnChangedDelegateWrapper {
void
delegate
(
TreeSortableIF
)
dlg
;
gulong
handlerId
;
this
(void delegate(TreeSortableIF) dlg);
void
remove
(OnSortColumnChangedDelegateWrapper source);
}
Constructors
this
this
(void delegate(TreeSortableIF) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnSortColumnChangedDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
dlg
void
delegate
(
TreeSortableIF
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gtk
TreeSortableT
TreeSortableT
classes
OnSortColumnChangedDelegateWrapper
functions
addOnSortColumnChanged
getSortColumnId
getTreeSortableStruct
hasDefaultSortFunc
setDefaultSortFunc
setSortColumnId
setSortFunc
sortColumnChanged
static functions
callBackSortColumnChanged
callBackSortColumnChangedDestroy
variables
onSortColumnChangedListeners