gtk-d v3.6.3 (2017-05-14T21:01:55Z)
Home
Dub
Repo
TreeSelection.OnChangedDelegateWrapper
gtk
TreeSelection
TreeSelection
Undocumented in source.
class
TreeSelection
protected
class
OnChangedDelegateWrapper {
static
OnChangedDelegateWrapper
[]
listeners
;
void
delegate
(
TreeSelection
)
dlg
;
gulong
handlerId
;
this
(void delegate(TreeSelection) dlg);
void
remove
(OnChangedDelegateWrapper source);
}
Constructors
this
this
(void delegate(TreeSelection) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnChangedDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
listeners
OnChangedDelegateWrapper
[]
listeners
;
Undocumented in source.
Variables
dlg
void
delegate
(
TreeSelection
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gtk
TreeSelection
TreeSelection
classes
OnChangedDelegateWrapper
constructors
this
functions
addOnChanged
countSelectedRows
getMode
getSelectFunction
getSelected
getSelectedRows
getStruct
getTreeSelectionStruct
getTreeView
getUserData
iterIsSelected
pathIsSelected
selectAll
selectIter
selectPath
selectRange
selectedForeach
setMode
setSelectFunction
setStruct
unselectAll
unselectIter
unselectPath
unselectRange
static functions
callBackChanged
callBackChangedDestroy
getType
variables
gtkTreeSelection