37typedef struct TableRowViewInterface TableRowViewInterface;
76struct TableRowViewInterface {
81 StackViewInterface stackViewInterface;
static void setSelected(CollectionItemView *self, _Bool isSelected)
static _Bool isSelected(const Control *self)
StackViews are containers that manage the arrangement of their subviews.
Each row in a TableView is comprised of TableCellViews.
static void removeCell(TableRowView *self, TableCellView *cell)
static void addCell(TableRowView *self, TableCellView *cell)
static void removeAllCells(TableRowView *self)
#define OBJECTIVELYMVC_EXPORT
StackViews are containers that manage the arrangement of their subviews.
Each row in a TableView is comprised of TableCellViews.
Class * _TableRowView(void)
The TableRowView archetype.
_Bool isSelected
True when this row is selected, false otherwise.
MutableArray * cells
The cells.
TableRowViewInterface * interface
The interface.
TableView * tableView
The table.
StackView stackView
The superclass.
TableViews provide sortable, tabular presentations of data.