mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-06 03:20:26 +00:00
433 B
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)