mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-18 03:25:55 +00:00
ncplot_destroy, ncplot(3) man page
This commit is contained in:
parent
f29a5a7bd9
commit
69d6240741
29
doc/man/man3/notcurses_plot.3.md
Normal file
29
doc/man/man3/notcurses_plot.3.md
Normal file
@ -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…
Reference in New Issue
Block a user