mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-10-31 15:20:13 +00:00
python: update ncselector to match #627
This commit is contained in:
parent
cc98b51276
commit
a4e2a87f79
@ -248,7 +248,7 @@ typedef struct ncselector_options {
|
|||||||
uint64_t boxchannels; // border channels
|
uint64_t boxchannels; // border channels
|
||||||
uint64_t bgchannels; // background channels, used only in body
|
uint64_t bgchannels; // background channels, used only in body
|
||||||
} ncselector_options;
|
} ncselector_options;
|
||||||
struct ncselector* ncselector_create(struct ncplane* n, int y, int x, const ncselector_options* opts);
|
struct ncselector* ncselector_create(struct ncplane* n, const ncselector_options* opts);
|
||||||
int ncselector_additem(struct ncselector* n, const struct ncselector_item* item);
|
int ncselector_additem(struct ncselector* n, const struct ncselector_item* item);
|
||||||
int ncselector_delitem(struct ncselector* n, const char* item);
|
int ncselector_delitem(struct ncselector* n, const char* item);
|
||||||
const char* ncselector_selected(const struct ncselector* n);
|
const char* ncselector_selected(const struct ncselector* n);
|
||||||
|
Loading…
Reference in New Issue
Block a user