libui-ng
A portable GUI library for C
|
Holds an array of selected row indices for a table. More...
#include <ui.h>
Public Member Functions | |
void | uiFreeTableSelection (uiTableSelection *s) |
Frees the given uiTableSelection and all it's resources. More... | |
Public Attributes | |
int | NumRows |
Number of selected rows. More... | |
int * | Rows |
Array containing selected row indices, NULL on empty selection. More... | |
Holds an array of selected row indices for a table.
void uiFreeTableSelection | ( | uiTableSelection * | s | ) |
Frees the given uiTableSelection and all it's resources.
s | uiTableSelection instance. |
int uiTableSelection::NumRows |
Number of selected rows.
int* uiTableSelection::Rows |
Array containing selected row indices, NULL on empty selection.