summaryrefslogtreecommitdiffstats
path: root/IncSet.h
diff options
context:
space:
mode:
authorsyrrim <syrrim0@gmail.com>2018-11-03 15:59:55 -0400
committersyrrim <syrrim0@gmail.com>2018-11-03 15:59:55 -0400
commit8d7afb33e2e35fc0a34c1b9b0e7ce4cb3b3d5f86 (patch)
tree2803d4d13d930005abff1bc921aaf483e2d85b71 /IncSet.h
parentb7b4200f854f667a917b7da8f92b3e0426131bd7 (diff)
added MainPanel actions n and N for find next and find prev. closes #601
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);

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