36#define DEODHAI_MESSAGE_CREATEWIN 50
37#define DEODHAI_MESSAGE_WINDESTROY 51
38#define DEODHAI_MESSAGE_BROADCAST_ICON 52
39#define DEODHAI_MESSAGE_WINDOW_BRING_FRONT 53
40#define DEODHAI_MESSAGE_WINDOW_HIDE 54
41#define DEODHAI_MESSAGE_GETWINDOW 55
42#define DEODHAI_MESSAGE_CLOSE_WINDOW 56
43#define DEODHAI_MESSAGE_SET_FLAGS 57
44#define DEODHAI_MESSAGE_CREATE_POPUP 58
45#define DEODHAI_MESSAGE_MOUSE_DBLCLK 59
46#define DEODHAI_MESSAGE_MOVE_WINDOW 60
48#define DEODHAI_REPLY_WINCREATED 150
49#define DEODHAI_REPLY_MOUSE_EVENT 151
50#define DEODHAI_REPLY_KEY_EVENT 152
51#define DEODHAI_REPLY_WINDOW_ID 153
52#define DEODHAI_REPLY_FOCUS_CHANGED 154
53#define DEODHAI_REPLY_WINDOW_CLOSED 156
54#define DEODHAI_REPLY_MOUSE_LEAVE 157
55#define DEODHAI_REPLY_TOUCH_EVENT 158
57#define DEODHAI_BROADCAST_WINCREATED 170
58#define DEODHAI_BROADCAST_WINDESTROYED 171
59#define DEODHAI_BROADCAST_ICON 174
60#define DEODHAI_BROADCAST_FOCUS_CHANGED 173
62#define HANDLE_TYPE_NORMAL_WINDOW 1
63#define HANDLE_TYPE_POPUP_WINDOW 2
98#define AU_INPUT_MOUSE 1
99#define AU_INPUT_KEYBOARD 2
100#define AU_INPUT_TOUCH 3
int int32_t
Definition acefiex.h:160
unsigned int uint32_t
Definition acefiex.h:163
unsigned char uint8_t
Definition acefiex.h:161
void DeodhaiUpdateBits(bool window_update, bool skip)
Definition deomain.cpp:1649
uint32_t DeodhaiAllocateNewHandle()
DeodhaiAllocateNewHandle – get a new window handle.
Definition deomain.cpp:127
ChCanvas * DeodhaiGetMainCanvas()
Definition deomain.cpp:1607
struct _au_input_msg_ AuInputMessage
Definition chitralekha.h:40
unsigned short type
Definition bmp.h:34
unsigned int size
Definition bmp.h:35
unsigned short resv1
Definition bmp.h:36
unsigned int off_bits
Definition bmp.h:38
unsigned short resv2
Definition bmp.h:37
unsigned int biClrUsed
Definition bmp.h:51
unsigned int biClrImportant
Definition bmp.h:52
long biWidth
Definition bmp.h:43
unsigned short biPlanes
Definition bmp.h:45
unsigned int biCompression
Definition bmp.h:47
unsigned int biSize
Definition bmp.h:42
unsigned short biBitCount
Definition bmp.h:46
unsigned int biSizeImage
Definition bmp.h:48
long biYPelsPerMeter
Definition bmp.h:50
long biHeight
Definition bmp.h:44
long biXPelsPerMeter
Definition bmp.h:49
int32_t w
Definition deodhai.h:69
int32_t h
Definition deodhai.h:70
int32_t x
Definition deodhai.h:67
int32_t y
Definition deodhai.h:68