aboutsummaryrefslogtreecommitdiffstats
path: root/SignalsListBox.h
blob: f7f0b0ce20880bd3ea10175defd5c14526383c12 (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
32
/* Do not edit this file. It was automatically genarated. */

#ifndef HEADER_SignalsListBox
#define HEADER_SignalsListBox

#include "ListBox.h"
#include "SignalItem.h"
#include "RichString.h"

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

#include <ctype.h>


typedef struct SignalsListBox_ {
   ListBox super;

   int state;
   Signal** signals;
} SignalsListBox;


SignalsListBox* SignalsListBox_new(int x, int y, int w, int h);

void SignalsListBox_delete(Object* object);

void SignalsListBox_reset(SignalsListBox* this);

HandlerResult SignalsListBox_EventHandler(ListBox* super, int ch);

#endif

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