summaryrefslogtreecommitdiffstats
path: root/MainPanel.h
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2022-04-14 16:44:51 +0200
committerDaniel Lange <DLange@git.local>2022-04-14 16:44:51 +0200
commit99aa906bc5a61c71275bef7c7a2e94c0c3a017f3 (patch)
treef266eac5c4d74ea77d4555801912b89ac01d9673 /MainPanel.h
parentdf955c8991949334c72d33c8349646d4301edbce (diff)
parentc6f946edd259e4222d6910d16ceaa5db60972819 (diff)
Merge branch 'improve-filter-label' into main
Diffstat (limited to 'MainPanel.h')
-rw-r--r--MainPanel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/MainPanel.h b/MainPanel.h
index 04f4c0a8..bd22acd0 100644
--- a/MainPanel.h
+++ b/MainPanel.h
@@ -32,7 +32,8 @@ typedef bool(*MainPanel_ForeachProcessFn)(Process*, Arg);
#define MainPanel_getFunctionBar(this_) (((Panel*)(this_))->defaultBar)
-void MainPanel_updateTreeFunctions(MainPanel* this, bool mode);
+// update the Label Keys in the MainPanel bar, list: list / tree mode, filter: filter (inc) active / inactive
+void MainPanel_updateLabels(MainPanel* this, bool list, bool filter);
int MainPanel_selectedPid(MainPanel* this);

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