mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-10 01:29:05 -04:00
python avoid double def
This commit is contained in:
parent
be089747a7
commit
de520f3aa0
@ -322,7 +322,7 @@ typedef struct multiselector_options {
|
||||
uint64_t bgchannels; // background channels, used only in body
|
||||
} multiselector_options;
|
||||
struct ncmultiselector* ncmultiselector_create(struct ncplane* n, int y, int x, const multiselector_options* opts);
|
||||
int ncselector_selected(bool* selected, unsigned n);
|
||||
int ncmultiselector_selected(struct ncmultiselector* n, bool* selected, unsigned n);
|
||||
struct ncplane* ncmultiselector_plane(struct ncmultiselector* n);
|
||||
bool ncmultiselector_offer_input(struct ncmultiselector* n, const struct ncinput* nc);
|
||||
void ncmultiselector_destroy(struct ncmultiselector* n, char** item);
|
||||
|
Loading…
x
Reference in New Issue
Block a user