summaryrefslogtreecommitdiffstats
path: root/IncSet.h
diff options
context:
space:
mode:
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 27538f4b..12679a78 100644
--- a/IncSet.h
+++ b/IncSet.h
@@ -41,10 +41,16 @@ typedef struct IncSet_ {
typedef const char* (*IncMode_GetPanelValue)(Panel*, int);
+void IncSet_reset(IncSet* this, IncType type);
+
IncSet* IncSet_new(FunctionBar* bar);
void IncSet_delete(IncSet* this);
+bool IncSet_next(IncSet* this, IncType type, Panel* panel, IncMode_GetPanelValue getPanelValue);
+
+bool IncSet_prev(IncSet* this, IncType type, Panel* panel, IncMode_GetPanelValue getPanelValue);
+
bool IncSet_handleKey(IncSet* this, int ch, Panel* panel, IncMode_GetPanelValue getPanelValue, Vector* lines);
const char* IncSet_getListItemValue(Panel* panel, int i);