Event Masks
-
#define EM_NO_EVENT
- Null Event mask
-
#define EM_KEY_PRESS
-
-
#define EM_BUTTON_PRESS(1L<<1)
-
-
#define EM_BUTTON_RELEASE(1L<<2)
-
-
#define EM_MOTION(1L<<3)
-
-
#define EM_WINDOW_ENTER(1L<<4)
-
-
#define EM_WINDOW_EXIT(1L<<5)
-
-
#define EM_EXPOSE(1L<<6)
-
-
#define EM_DESTROY(1L<<7)
-
-
#define EM_MAP(1L<<8)
-
-
#define EM_UNMAP(1L<<9)
-
-
#define EM_AUTOSIZE(1L<<10)
-
-
#define EM_RESIZE(1L<<11)
-
-
#define EM_MOVE(1L<<12)
-
-
#define EM_SELECT(1L<<13)
-
-
#define EM_DESELECT(1L<<14)
-
-
#define EM_TIMER(1L<<15)
-
-
#define EM_FOCUS_IN(1L<<16)
-
-
#define EM_FOCUS_OUT(1L<<17)
-
-
#define EM_CONFIGURE(1L<<18)
-
-
#define EM_PARENT_MAP(1L<<19)
-
-
#define EM_PARENT_UNMAP(1L<<20)
-
-
#define EM_SET_COLOR(1L<<21)
-
-
#define EM_SET_SHADOW(1L<<22)
-
-
#define EM_SET_TEXT(1L<<23)
-
-
#define EM_GET_TEXT(1L<<24)
-
-
#define EM_WM_CLOSE(1L<<25)
-
-
#define EM_SET_SENS(1L<<26)
-
-
#define EM_SET_PARENT_SENS(1L<<27)
-
-
#define EM_GRAB_LOSE(1L<<28)
-
alphabetic index hierarchy of classes
MGUI
Copyright 1996-2000 Vincenzo Morello
generated by doc++