[manpages] describe selector and multiselector

pull/2447/head
nick black 3 years ago
parent 66960aa6f8
commit 7c6063fab0
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -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…
Cancel
Save