GlistEngine
Loading...
Searching...
No Matches
gGUIEvents.h
Go to the documentation of this file.
1/*
2 * gGUIEvents.h
3 *
4 * Created on: Feb 4, 2022
5 * Author: noyan
6 */
7
8#ifndef UI_GGUIEVENTS_H_
9#define UI_GGUIEVENTS_H_
10
11#define G_GUIEVENT_NONE 0
12#define G_GUIEVENT_BUTTONPRESSED 1
13#define G_GUIEVENT_BUTTONRELEASED 2
14#define G_GUIEVENT_TEXTBOXENTRY 3
15#define G_GUIEVENT_CHECKBOXUNTICKED 4
16#define G_GUIEVENT_CHECKBOXTICKED 5
17#define G_GUIEVENT_LISTBOXSELECTED 6
18#define G_GUIEVENT_SWITCHBUTTON_ON 7
19#define G_GUIEVENT_SWITCHBUTTON_OFF 8
20#define G_GUIEVENT_COLORBOX_CHANGED 9
21#define G_GUIEVENT_TREELISTSELECTED 10
22#define G_GUIEVENT_MENUBARSELECTED 11
23#define G_GUIEVENT_TREELISTOPENEDONDROPDOWNLIST 12
24#define G_GUIEVENT_MOUSEPRESSEDONTREELIST 13
25#define G_GUIEVENT_TREELISTEXPANDED 14
26#define G_GUIEVENT_COLORSELECTED 15
27#define G_GUIEVENT_PANEACTIVE 16
28#define G_GUIEVENT_MOUSEPRESSED 17
29#define G_GUIEVENT_MOUSERELEASED 18
30#define G_GUIEVENT_VALUECHANGED 19
31#define G_GUIEVENT_CELLSELECTED 20
32
33//changed
34
35
36
37
38#endif /* UI_GGUIEVENTS_H_ */