dlangui v0.10.7 (2024-03-11T09:32:36Z)
Home
Dub
Repo
CellSelectedHandler
dlangui
widgets
grid
Callback for handling of cell selection
interface
CellSelectedHandler {
void
onCellSelected
(GridWidgetBase source, int col, int row);
}
Members
Functions
onCellSelected
void
onCellSelected
(GridWidgetBase source, int col, int row)
Undocumented in source.
Meta
Source
See Implementation
dlangui
widgets
grid
classes
GridWidgetBase
StringGridAdapter
StringGridWidget
StringGridWidgetBase
enums
GridActions
interfaces
CellActivatedHandler
CellPopupMenuHandler
CellSelectedHandler
CustomGridCellAdapter
GridAdapter
GridModelAdapter
HeaderCellClickHandler
ViewScrolledHandler
Callback for handling of cell selection