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