aboutsummaryrefslogtreecommitdiffstats
path: root/DisplayOptionsListBox.h
blob: f78e996b667394314ad766c7011227eae3a954c8 (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_DisplayOptionsListBox
#define HEADER_DisplayOptionsListBox


#include "ListBox.h"
#include "CheckItem.h"
#include "Settings.h"
#include "ScreenManager.h"

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


typedef struct DisplayOptionsListBox_ {
   ListBox super;

   Settings* settings;
   ScreenManager* scr;
} DisplayOptionsListBox;


DisplayOptionsListBox* DisplayOptionsListBox_new(Settings* settings, ScreenManager* scr);

void DisplayOptionsListBox_delete(Object* object);

HandlerResult DisplayOptionsListBox_eventHandler(ListBox* super, int ch);


#endif

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