summaryrefslogtreecommitdiffstats
path: root/ColorsListBox.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2006-03-04 18:16:49 +0000
committerHisham Muhammad <hisham@gobolinux.org>2006-03-04 18:16:49 +0000
commitd6231bab89d634da5564491196b7c478db038505 (patch)
treebfc0bf00b138763eb41132fd27a8f389a78bf3a4 /ColorsListBox.h
Initial import.
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 00000000..25b56534
--- /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