gtk-d v3.6.3 (2017-05-14T21:01:55Z)
Home
Dub
Repo
FlowBox.OnUnselectAllDelegateWrapper
gtk
FlowBox
FlowBox
Undocumented in source.
class
FlowBox
protected
class
OnUnselectAllDelegateWrapper {
static
OnUnselectAllDelegateWrapper
[]
listeners
;
void
delegate
(
FlowBox
)
dlg
;
gulong
handlerId
;
this
(void delegate(FlowBox) dlg);
void
remove
(OnUnselectAllDelegateWrapper source);
}
Constructors
this
this
(void delegate(FlowBox) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnUnselectAllDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
listeners
OnUnselectAllDelegateWrapper
[]
listeners
;
Undocumented in source.
Variables
dlg
void
delegate
(
FlowBox
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gtk
FlowBox
FlowBox
classes
OnActivateCursorChildDelegateWrapper
OnChildActivatedDelegateWrapper
OnMoveCursorDelegateWrapper
OnSelectAllDelegateWrapper
OnSelectedChildrenChangedDelegateWrapper
OnToggleCursorChildDelegateWrapper
OnUnselectAllDelegateWrapper
constructors
this
functions
addOnActivateCursorChild
addOnChildActivated
addOnMoveCursor
addOnSelectAll
addOnSelectedChildrenChanged
addOnToggleCursorChild
addOnUnselectAll
bindModel
getActivateOnSingleClick
getChildAtIndex
getChildAtPos
getColumnSpacing
getFlowBoxStruct
getHomogeneous
getMaxChildrenPerLine
getMinChildrenPerLine
getRowSpacing
getSelectedChildren
getSelectionMode
getStruct
insert
invalidateFilter
invalidateSort
selectAll
selectChild
selectedForeach
setActivateOnSingleClick
setColumnSpacing
setFilterFunc
setHadjustment
setHomogeneous
setMaxChildrenPerLine
setMinChildrenPerLine
setRowSpacing
setSelectionMode
setSortFunc
setStruct
setVadjustment
unselectAll
unselectChild
mixins
__anonymous
static functions
callBackActivateCursorChild
callBackActivateCursorChildDestroy
callBackChildActivated
callBackChildActivatedDestroy
callBackMoveCursor
callBackMoveCursorDestroy
callBackSelectAll
callBackSelectAllDestroy
callBackSelectedChildrenChanged
callBackSelectedChildrenChangedDestroy
callBackToggleCursorChild
callBackToggleCursorChildDestroy
callBackUnselectAll
callBackUnselectAllDestroy
getType
variables
gtkFlowBox