Changeset 1364 for trunk/include/win/controls.h
- Timestamp:
- Oct 19, 1999, 9:25:31 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/controls.h
r388 r1364 1 /* $Id: controls.h,v 1. 6 1999-07-24 17:55:09sandervl Exp $ */1 /* $Id: controls.h,v 1.7 1999-10-19 19:25:12 sandervl Exp $ */ 2 2 /* 3 3 * Win32 common controls … … 19 19 void CONTROLS_Unregister(); 20 20 21 #define BUTTON_CONTROL 0 22 #define STATIC_CONTROL 1 23 #define SCROLLBAR_CONTROL 2 24 #define LISTBOX_CONTROL 3 25 #define COMBOLBOX_CONTROL 4 26 #define COMBOBOX_CONTROL 5 27 #define EDIT_CONTROL 6 28 #define MDICLIENT_CONTROL 7 29 #define DIALOG_CONTROL 8 30 #define DESKTOP_CONTROL 9 31 #define MAX_CONTROLS 10 32 33 BOOL WIDGETS_IsControl(Win32BaseWindow *window, int control); 34 35 21 36 #endif // __CONTROLS_H
Note:
See TracChangeset
for help on using the changeset viewer.