summaryrefslogtreecommitdiffstats
path: root/MainPanel.h
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2022-03-25 14:51:14 +0100
committerDaniel Lange <DLange@git.local>2022-03-25 14:51:14 +0100
commitc6f946edd259e4222d6910d16ceaa5db60972819 (patch)
tree4bf4f5c84064664c22a98cd84eca7b140b318c18 /MainPanel.h
parenta2ca7583a9ba2e57eb9e9316aad52c9248aae092 (diff)
Improve MainPanel Label on active inc filter (Filter <-> FILTER)
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