mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
[manpages] describe selector and multiselector
This commit is contained in:
parent
66960aa6f8
commit
7c6063fab0
@ -51,6 +51,11 @@ typedef struct ncmultiselector_options {
|
||||
|
||||
# DESCRIPTION
|
||||
|
||||
A multiselector widget presents a list of items (possibly more than can be
|
||||
displayed at once). It facilitates a choice of zero, one, or multiple items
|
||||
from the list. Items can be selected and deselected before a final choice
|
||||
is made.
|
||||
|
||||
# NOTES
|
||||
|
||||
The **ncplane** **n** provided to **ncmultiselector_create** must not be
|
||||
|
@ -59,6 +59,10 @@ typedef struct ncselector_options {
|
||||
|
||||
# DESCRIPTION
|
||||
|
||||
A selector widget presents a list of items (possibly more than can be
|
||||
displayed at once). It facilitates a choice of zero or one item from the
|
||||
list.
|
||||
|
||||
# NOTES
|
||||
|
||||
The **ncplane** **n** provided to **ncselector_create** must not be **NULL**.
|
||||
|
Loading…
x
Reference in New Issue
Block a user