summaryrefslogtreecommitdiffstats
path: root/ColumnsListBox.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 /ColumnsListBox.h
Initial import.
Diffstat (limited to 'ColumnsListBox.h')
-rw-r--r--ColumnsListBox.h32
1 files changed, 32 insertions, 0 deletions
diff --git a/ColumnsListBox.h b/ColumnsListBox.h
new file mode 100644
index 00000000..f9e455e3
--- /dev/null
+++ b/ColumnsListBox.h
@@ -0,0 +1,32 @@
+/* Do not edit this file. It was automatically genarated. */
+
+#ifndef HEADER_ColumnsListBox
+#define HEADER_ColumnsListBox
+
+
+#include "ListBox.h"
+#include "Settings.h"
+#include "ScreenManager.h"
+
+#include "debug.h"
+#include <assert.h>
+
+
+typedef struct ColumnsListBox_ {
+ ListBox super;
+
+ Settings* settings;
+ TypedVector* columns;
+ ScreenManager* scr;
+} ColumnsListBox;
+
+
+ColumnsListBox* ColumnsListBox_new(Settings* settings, ScreenManager* scr);
+
+void ColumnsListBox_delete(Object* object);
+
+void ColumnsListBox_update(ListBox* super);
+
+HandlerResult ColumnsListBox_eventHandler(ListBox* super, int ch);
+
+#endif

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