aboutsummaryrefslogtreecommitdiffstats
path: root/CategoriesPanel.h
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2016-04-11 13:00:22 +0200
committerDaniel Lange <DLange@git.local>2016-04-11 13:00:22 +0200
commitc74c38760df69bb87e93dff18cf91464e5d02f37 (patch)
treeee2a19a0ef3a808bdfc8c1e6a00e96d79966dcb0 /CategoriesPanel.h
parent9379132a8234eeedf62d37ef57713e52c12db6ab (diff)
downloaddebian_htop-c74c38760df69bb87e93dff18cf91464e5d02f37.tar.gz
debian_htop-c74c38760df69bb87e93dff18cf91464e5d02f37.tar.bz2
debian_htop-c74c38760df69bb87e93dff18cf91464e5d02f37.zip
Imported Upstream version 0.8.1upstream/0.8.1
Diffstat (limited to 'CategoriesPanel.h')
-rw-r--r--CategoriesPanel.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/CategoriesPanel.h b/CategoriesPanel.h
index e0162be..7748fe1 100644
--- a/CategoriesPanel.h
+++ b/CategoriesPanel.h
@@ -24,18 +24,8 @@ typedef struct CategoriesPanel_ {
} CategoriesPanel;
-CategoriesPanel* CategoriesPanel_new(Settings* settings, ScreenManager* scr);
-
-void CategoriesPanel_delete(Object* object);
-
-HandlerResult CategoriesPanel_eventHandler(Panel* super, int ch);
-
void CategoriesPanel_makeMetersPage(CategoriesPanel* this);
-void CategoriesPanel_makeDisplayOptionsPage(CategoriesPanel* this);
-
-void CategoriesPanel_makeColorsPage(CategoriesPanel* this);
-
-void CategoriesPanel_makeColumnsPage(CategoriesPanel* this);
+CategoriesPanel* CategoriesPanel_new(Settings* settings, ScreenManager* scr);
#endif

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