notcurses/doc/man/man3/notcurses_plot.3.md

30 lines
433 B
Markdown
Raw Normal View History

2020-04-01 03:44:32 -04:00
% 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>**
```c
```
**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)**