![]() |
Notcurses 3.0.13
a blingful library for TUIs and character graphics
|
#include <internal.h>
Data Fields | |
nccell * | fb |
int | logrow |
unsigned | x |
unsigned | y |
int | absx |
int | absy |
unsigned | lenx |
unsigned | leny |
egcpool | pool |
uint64_t | channels |
struct ncpile * | pile |
struct ncplane * | above |
struct ncplane * | below |
struct ncplane * | bnext |
struct ncplane ** | bprev |
struct ncplane * | blist |
struct ncplane * | boundto |
sprixel * | sprite |
tament * | tam |
void * | userptr |
int(* | resizecb )(struct ncplane *) |
nccell | basecell |
char * | name |
ncalign_e | halign |
ncalign_e | valign |
uint16_t | stylemask |
int | margin_b |
int | margin_r |
bool | scrolling |
bool | fixedbound |
bool | autogrow |
void * | widget |
void(* | wdestruct )(void *) |
Definition at line 76 of file internal.h.
struct ncplane* above |
Definition at line 93 of file internal.h.
int absx |
Definition at line 83 of file internal.h.
int absy |
Definition at line 83 of file internal.h.
bool autogrow |
Definition at line 118 of file internal.h.
nccell basecell |
Definition at line 110 of file internal.h.
struct ncplane* below |
Definition at line 94 of file internal.h.
struct ncplane* blist |
Definition at line 102 of file internal.h.
struct ncplane* bnext |
Definition at line 100 of file internal.h.
struct ncplane* boundto |
Definition at line 103 of file internal.h.
struct ncplane** bprev |
Definition at line 101 of file internal.h.
uint64_t channels |
Definition at line 88 of file internal.h.
nccell* fb |
Definition at line 77 of file internal.h.
bool fixedbound |
Definition at line 117 of file internal.h.
ncalign_e halign |
Definition at line 112 of file internal.h.
unsigned lenx |
Definition at line 86 of file internal.h.
unsigned leny |
Definition at line 86 of file internal.h.
int logrow |
Definition at line 78 of file internal.h.
int margin_b |
Definition at line 115 of file internal.h.
int margin_r |
Definition at line 115 of file internal.h.
char* name |
Definition at line 111 of file internal.h.
struct ncpile* pile |
Definition at line 92 of file internal.h.
egcpool pool |
Definition at line 87 of file internal.h.
int(* resizecb) (struct ncplane *) |
Definition at line 109 of file internal.h.
bool scrolling |
Definition at line 116 of file internal.h.
sprixel* sprite |
Definition at line 105 of file internal.h.
uint16_t stylemask |
Definition at line 114 of file internal.h.
tament* tam |
Definition at line 106 of file internal.h.
void* userptr |
Definition at line 108 of file internal.h.
ncalign_e valign |
Definition at line 113 of file internal.h.
void(* wdestruct) (void *) |
Definition at line 124 of file internal.h.
void* widget |
Definition at line 123 of file internal.h.
unsigned x |
Definition at line 79 of file internal.h.
unsigned y |
Definition at line 79 of file internal.h.