This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | GetInfoPtr(hwnd) (GetWindowLongA(hwnd,0)) |
#define | SetInfoPtr(hwnd, data) SetWindowLongA(hwnd,0,data) |
#define | BUTTON_CONTROL 0 |
#define | STATIC_CONTROL 1 |
#define | SCROLLBAR_CONTROL 2 |
#define | LISTBOX_CONTROL 3 |
#define | COMBOLBOX_CONTROL 4 |
#define | COMBOBOX_CONTROL 5 |
#define | EDIT_CONTROL 6 |
#define | MDICLIENT_CONTROL 7 |
#define | DIALOG_CONTROL 8 |
#define | DESKTOP_CONTROL 9 |
#define | WINSWITCH_CONTROL 10 |
#define | ICONTITLE_CONTROL 11 |
#define | POPUPMENU_CONTROL 12 |
#define | MAX_CONTROLS 13 |
#define | ID_CB_LISTBOX 1000 |
#define | ID_CB_EDIT 1001 |
Functions | |
void | CONTROLS_Register () |
void | CONTROLS_Unregister () |
|
|
Definition at line 17 of file controls.h. Referenced by BUTTON_Create(), COMBO_NCCreate(), COMBO_NCDestroy(), EDIT_WM_Destroy(), EDIT_WM_NCCreate(), LISTBOX_Create(), LISTBOX_Destroy(), SCROLL_NCCreate(), and STATIC_NCCreate().
|
|
Definition at line 23 of file controls.h. |
|
Definition at line 24 of file controls.h. |
|
Definition at line 25 of file controls.h. |
|
Definition at line 26 of file controls.h. |
|
Definition at line 27 of file controls.h. |
|
Definition at line 28 of file controls.h. |
|
Definition at line 29 of file controls.h. |
|
Definition at line 30 of file controls.h. |
|
Definition at line 31 of file controls.h. |
|
Definition at line 32 of file controls.h. |
|
Definition at line 33 of file controls.h. |
|
Definition at line 34 of file controls.h. |
|
Definition at line 35 of file controls.h. |
|
Definition at line 36 of file controls.h. |
|
Definition at line 44 of file controls.h. |
|
Definition at line 45 of file controls.h. |
|
Definition at line 31 of file controls.cpp. |
|
Definition at line 89 of file controls.cpp. |