aboutsummaryrefslogtreecommitdiffstats
path: root/CategoriesPanel.h
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2016-04-11 13:00:20 +0200
committerDaniel Lange <DLange@git.local>2016-04-11 13:00:20 +0200
commit85bb4ad9cb820ac3b8e935a930084a06cbfd2847 (patch)
tree681fd9b2d9fa80931b2a8bec4bb6667865b7c569 /CategoriesPanel.h
parentea859f50d9438bc61ae96721a4d255b49de78653 (diff)
downloaddebian_htop-85bb4ad9cb820ac3b8e935a930084a06cbfd2847.tar.gz
debian_htop-85bb4ad9cb820ac3b8e935a930084a06cbfd2847.tar.bz2
debian_htop-85bb4ad9cb820ac3b8e935a930084a06cbfd2847.zip
Imported Upstream version 0.6.3upstream/0.6.3
Diffstat (limited to 'CategoriesPanel.h')
-rw-r--r--CategoriesPanel.h41
1 files changed, 41 insertions, 0 deletions
diff --git a/CategoriesPanel.h b/CategoriesPanel.h
new file mode 100644
index 0000000..e0162be
--- /dev/null
+++ b/CategoriesPanel.h
@@ -0,0 +1,41 @@
+/* Do not edit this file. It was automatically generated. */
+
+#ifndef HEADER_CategoriesPanel
+#define HEADER_CategoriesPanel
+
+#include "AvailableMetersPanel.h"
+#include "MetersPanel.h"
+#include "DisplayOptionsPanel.h"
+#include "ColumnsPanel.h"
+#include "ColorsPanel.h"
+#include "AvailableColumnsPanel.h"
+
+#include "Panel.h"
+
+#include "debug.h"
+#include <assert.h>
+
+
+typedef struct CategoriesPanel_ {
+ Panel super;
+
+ Settings* settings;
+ ScreenManager* scr;
+} 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);
+
+#endif

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