aboutsummaryrefslogtreecommitdiffstats
path: root/ColorsListBox.h
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2016-04-11 13:00:18 +0200
committerDaniel Lange <DLange@git.local>2016-04-11 13:00:18 +0200
commit2c8c1a156130aa40be7dcaeb3ce2977a03cf50c2 (patch)
treeafaa05858260763c1d25fa092f3905cf51ffd7b2 /ColorsListBox.h
parent031c3bb95f3d0a74d985286068baa6dd4d29d83f (diff)
downloaddebian_htop-2c8c1a156130aa40be7dcaeb3ce2977a03cf50c2.tar.gz
debian_htop-2c8c1a156130aa40be7dcaeb3ce2977a03cf50c2.tar.bz2
debian_htop-2c8c1a156130aa40be7dcaeb3ce2977a03cf50c2.zip
Imported Upstream version 0.5.4upstream/0.5.4
Diffstat (limited to 'ColorsListBox.h')
-rw-r--r--ColorsListBox.h32
1 files changed, 32 insertions, 0 deletions
diff --git a/ColorsListBox.h b/ColorsListBox.h
new file mode 100644
index 0000000..df3b635
--- /dev/null
+++ b/ColorsListBox.h
@@ -0,0 +1,32 @@
+/* Do not edit this file. It was automatically genarated. */
+
+#ifndef HEADER_ColorsListBox
+#define HEADER_ColorsListBox
+
+
+#include "ListBox.h"
+#include "CheckItem.h"
+#include "Settings.h"
+#include "ScreenManager.h"
+
+#include "debug.h"
+#include <assert.h>
+
+
+typedef struct ColorsListBox_ {
+ ListBox super;
+
+ Settings* settings;
+ ScreenManager* scr;
+ bool check[5];
+} ColorsListBox;
+
+
+ColorsListBox* ColorsListBox_new(Settings* settings, ScreenManager* scr);
+
+void ColorsListBox_delete(Object* object);
+
+HandlerResult ColorsListBox_eventHandler(ListBox* super, int ch);
+
+
+#endif

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