You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
notcurses/doc/man/man3/notcurses_plot.3.md

30 lines
433 B
Markdown

% 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)**