summaryrefslogtreecommitdiffstats
path: root/IncSet.h
diff options
context:
space:
mode:
authorNathan Scott <nathans@redhat.com>2020-08-20 09:42:40 +1000
committerNathan Scott <nathans@redhat.com>2020-08-20 09:42:40 +1000
commit46ab1aa3bdb94a9779c2ec24abb4839cf5111dda (patch)
treea841c09d88fe5b7e20a76daab4acbb7a53abc0b6 /IncSet.h
parent500fb283e9b86a6580cedbf834aea9d7dd639a66 (diff)
parent8d7afb33e2e35fc0a34c1b9b0e7ce4cb3b3d5f86 (diff)
Merge branch 'hishamhm-pull-850'
Diffstat (limited to 'IncSet.h')
-rw-r--r--IncSet.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/IncSet.h b/IncSet.h
index d873bb81..136436e2 100644
--- a/IncSet.h
+++ b/IncSet.h
@@ -41,10 +41,16 @@ typedef struct IncSet_ {
typedef const char* (*IncMode_GetPanelValue)(Panel*, int);
+extern void IncSet_reset(IncSet* this, IncType type);
+
extern IncSet* IncSet_new(FunctionBar* bar);
extern void IncSet_delete(IncSet* this);
+extern bool IncSet_next(IncSet* this, IncType type, Panel* panel, IncMode_GetPanelValue getPanelValue);
+
+extern bool IncSet_prev(IncSet* this, IncType type, Panel* panel, IncMode_GetPanelValue getPanelValue);
+
extern bool IncSet_handleKey(IncSet* this, int ch, Panel* panel, IncMode_GetPanelValue getPanelValue, Vector* lines);
extern const char* IncSet_getListItemValue(Panel* panel, int i);

© 2014-2024 Faster IT GmbH | imprint | privacy policy