notcurses/doc/man/man3/notcurses_plot.3.md
2020-04-03 05:51:02 -04:00

433 B

% notcurses_plot(3) % nick black nickblack@linux.com % v1.2.4

NAME

notcurses_plot - high level widget for selecting from a set

SYNOPSIS

#include <notcurses.h>

struct ncplot ncplot_create(struct ncplane n, int y, int x, const plot_options* opts);**

void ncplot_destroy(struct ncplot n, char** item);*

DESCRIPTION

NOTES

RETURN VALUES

SEE ALSO

notcurses(3), notcurses_ncplane(3)