From 69d6240741de67b318323380be33a18209d00099 Mon Sep 17 00:00:00 2001 From: nick black Date: Wed, 1 Apr 2020 03:44:32 -0400 Subject: [PATCH] ncplot_destroy, ncplot(3) man page --- doc/man/man3/notcurses_plot.3.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 doc/man/man3/notcurses_plot.3.md diff --git a/doc/man/man3/notcurses_plot.3.md b/doc/man/man3/notcurses_plot.3.md new file mode 100644 index 000000000..8a4b9d579 --- /dev/null +++ b/doc/man/man3/notcurses_plot.3.md @@ -0,0 +1,29 @@ +% notcurses_plot(3) +% nick black +% v1.2.4 + +# NAME + +notcurses_plot - high level widget for selecting from a set + +# SYNOPSIS + +**#include ** + +```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)**