37typedef struct TableRowViewInterface TableRowViewInterface;
76struct TableRowViewInterface {
81 StackViewInterface stackViewInterface;
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.
OBJECTIVELYMVC_EXPORT Class * _TableRowView(void)
#define OBJECTIVELYMVC_EXPORT
StackViews are containers that manage the arrangement of their subviews.
Each row in a TableView is comprised of TableCellViews.
bool isSelected
True when this row is selected, false otherwise.
TableRowViewInterface * interface
The interface.
TableView * tableView
The table.
StackView stackView
The superclass.
TableViews provide sortable, tabular presentations of data.