aboutsummaryrefslogtreecommitdiffstats
path: root/AvailableColumnsListBox.h
blob: d771e201c14cf00d4a0e231339b66c218616e511 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/* Do not edit this file. It was automatically genarated. */

#ifndef HEADER_AvailableColumnsListBox
#define HEADER_AvailableColumnsListBox

#include "Settings.h"
#include "Header.h"
#include "ScreenManager.h"

#include "ListBox.h"

#include "debug.h"
#include <assert.h>


typedef struct AvailableColumnsListBox_ {
   ListBox super;

   Settings* settings;
   ScreenManager* scr;
   ListBox* columns;
} AvailableColumnsListBox;


AvailableColumnsListBox* AvailableColumnsListBox_new(Settings* settings, ListBox* columns, ScreenManager* scr);

void AvailableColumnsListBox_delete(Object* object);

HandlerResult AvailableColumnsListBox_eventHandler(ListBox* super, int ch);

#endif

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