Notcurses 3.0.13
a blingful library for TUIs and character graphics
Loading...
Searching...
No Matches
ncplane_options Struct Reference

#include <notcurses.h>

Data Fields

int y
 
int x
 
unsigned rows
 
unsigned cols
 
void * userptr
 
const char * name
 
int(* resizecb )(struct ncplane *)
 
uint64_t flags
 
unsigned margin_b
 
unsigned margin_r
 

Detailed Description

Definition at line 1464 of file notcurses.h.

Field Documentation

◆ cols

unsigned cols

Definition at line 1468 of file notcurses.h.

◆ flags

uint64_t flags

Definition at line 1472 of file notcurses.h.

◆ margin_b

unsigned margin_b

Definition at line 1473 of file notcurses.h.

◆ margin_r

unsigned margin_r

Definition at line 1473 of file notcurses.h.

◆ name

const char* name

Definition at line 1470 of file notcurses.h.

◆ resizecb

int(* resizecb) (struct ncplane *)

Definition at line 1471 of file notcurses.h.

◆ rows

unsigned rows

Definition at line 1467 of file notcurses.h.

◆ userptr

void* userptr

Definition at line 1469 of file notcurses.h.

◆ x

int x

Definition at line 1466 of file notcurses.h.

◆ y

int y

Definition at line 1465 of file notcurses.h.


The documentation for this struct was generated from the following file: