mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-10 09:39:03 -04:00
30 lines
433 B
Markdown
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)**
|