gtk-d v3.7.3 (2017-12-16T16:21:49Z)
Home
Dub
Repo
ListBox.OnUnselectAllDelegateWrapper
gtk
ListBox
ListBox
Undocumented in source.
class
ListBox
protected
class
OnUnselectAllDelegateWrapper {
void
delegate
(
ListBox
)
dlg
;
gulong
handlerId
;
this
(void delegate(ListBox) dlg);
void
remove
(OnUnselectAllDelegateWrapper source);
}
Constructors
this
this
(void delegate(ListBox) 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.
Variables
dlg
void
delegate
(
ListBox
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gtk
ListBox
ListBox
classes
OnActivateCursorRowDelegateWrapper
OnMoveCursorDelegateWrapper
OnRowActivatedDelegateWrapper
OnRowSelectedDelegateWrapper
OnSelectAllDelegateWrapper
OnSelectedRowsChangedDelegateWrapper
OnToggleCursorRowDelegateWrapper
OnUnselectAllDelegateWrapper
constructors
this
functions
addOnActivateCursorRow
addOnMoveCursor
addOnRowActivated
addOnRowSelected
addOnSelectAll
addOnSelectedRowsChanged
addOnToggleCursorRow
addOnUnselectAll
bindModel
dragHighlightRow
dragUnhighlightRow
getActivateOnSingleClick
getAdjustment
getListBoxStruct
getRowAtIndex
getRowAtY
getSelectedRow
getSelectedRows
getSelectionMode
getStruct
insert
invalidateFilter
invalidateHeaders
invalidateSort
prepend
selectAll
selectRow
selectedForeach
setActivateOnSingleClick
setAdjustment
setFilterFunc
setHeaderFunc
setPlaceholder
setSelectionMode
setSortFunc
setStruct
unselectAll
unselectRow
static functions
callBackActivateCursorRow
callBackActivateCursorRowDestroy
callBackMoveCursor
callBackMoveCursorDestroy
callBackRowActivated
callBackRowActivatedDestroy
callBackRowSelected
callBackRowSelectedDestroy
callBackSelectAll
callBackSelectAllDestroy
callBackSelectedRowsChanged
callBackSelectedRowsChangedDestroy
callBackToggleCursorRow
callBackToggleCursorRowDestroy
callBackUnselectAll
callBackUnselectAllDestroy
getType
variables
gtkListBox
onActivateCursorRowListeners
onMoveCursorListeners
onRowActivatedListeners
onRowSelectedListeners
onSelectAllListeners
onSelectedRowsChangedListeners
onToggleCursorRowListeners
onUnselectAllListeners