![]() |
Notcurses 3.0.17
a blingful library for TUIs and character graphics
|

Data Fields | |
| ncplane * | ncp |
| unsigned | selected |
| unsigned | startdisp |
| unsigned | maxdisplay |
| unsigned | longop |
| unsigned | longdesc |
| struct ncselector_int * | items |
| unsigned | itemcount |
| char * | title |
| unsigned | titlecols |
| char * | secondary |
| unsigned | secondarycols |
| char * | footer |
| unsigned | footercols |
| uint64_t | opchannels |
| uint64_t | descchannels |
| uint64_t | titlechannels |
| uint64_t | footchannels |
| uint64_t | boxchannels |
| int | uarrowy |
| int | darrowy |
| int | arrowx |
Definition at line 17 of file selector.c.
| int arrowx |
Definition at line 37 of file selector.c.
| uint64_t boxchannels |
Definition at line 36 of file selector.c.
| int darrowy |
Definition at line 37 of file selector.c.
| uint64_t descchannels |
Definition at line 33 of file selector.c.
| uint64_t footchannels |
Definition at line 35 of file selector.c.
| char* footer |
Definition at line 30 of file selector.c.
| unsigned footercols |
Definition at line 31 of file selector.c.
| unsigned itemcount |
Definition at line 25 of file selector.c.
| struct ncselector_int* items |
Definition at line 24 of file selector.c.
| unsigned longdesc |
Definition at line 23 of file selector.c.
| unsigned longop |
Definition at line 22 of file selector.c.
| unsigned maxdisplay |
Definition at line 21 of file selector.c.
| ncplane* ncp |
Definition at line 18 of file selector.c.
| uint64_t opchannels |
Definition at line 32 of file selector.c.
| char* secondary |
Definition at line 28 of file selector.c.
| unsigned secondarycols |
Definition at line 29 of file selector.c.
| unsigned selected |
Definition at line 19 of file selector.c.
| unsigned startdisp |
Definition at line 20 of file selector.c.
| char* title |
Definition at line 26 of file selector.c.
| uint64_t titlechannels |
Definition at line 34 of file selector.c.
| unsigned titlecols |
Definition at line 27 of file selector.c.
| int uarrowy |
Definition at line 37 of file selector.c.