ncplot_destroy, ncplot(3) man page

pull/434/head
nick black 5 years ago committed by Nick Black
parent f29a5a7bd9
commit 69d6240741

@ -0,0 +1,29 @@
% 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)**
Loading…
Cancel
Save