|
GME
13
|
Go to the source code of this file.
Classes | |
| class | CConstraintTreeCtrl |
Defines | |
| #define | CTVN_CHECKCHANGED ( WM_USER + 131 ) |
| #define | CTVN_CHECKCHANGEDREC ( WM_USER + 132 ) |
| #define | CTVN_SHOWITEM ( WM_USER + 133 ) |
| #define | GETSTATE(hItem) GetItemState( hItem, TVIS_STATEIMAGEMASK ) >> 12 |
| #define | SETSTATE(hItem, eState) SetItemState( hItem, eState << 12, TVIS_STATEIMAGEMASK ) |
| #define CTVN_CHECKCHANGED ( WM_USER + 131 ) |
Definition at line 17 of file GMEConstraintTreeCtrl.h.
| #define CTVN_CHECKCHANGEDREC ( WM_USER + 132 ) |
Definition at line 18 of file GMEConstraintTreeCtrl.h.
| #define CTVN_SHOWITEM ( WM_USER + 133 ) |
Definition at line 19 of file GMEConstraintTreeCtrl.h.
| #define GETSTATE | ( | hItem | ) | GetItemState( hItem, TVIS_STATEIMAGEMASK ) >> 12 |
Definition at line 21 of file GMEConstraintTreeCtrl.h.
| #define SETSTATE | ( | hItem, | |
| eState | |||
| ) | SetItemState( hItem, eState << 12, TVIS_STATEIMAGEMASK ) |
Definition at line 24 of file GMEConstraintTreeCtrl.h.
1.7.6.1