![]() |
doom3-gpl
Doom 3 GPL source release
|
#include "../../idlib/precompiled.h"#include "../../sys/win32/win_local.h"#include "RollupPanel.h"Go to the source code of this file.
Macros | |
| #define | RP_PGBUTTONHEIGHT 18 |
| #define | RP_SCROLLBARWIDTH 6 |
| #define | RP_GRPBOXINDENT 6 |
| #define | RP_SCROLLBARCOLOR RGB(150,180,180) |
| #define | RP_ROLLCURSOR MAKEINTRESOURCE(32649) |
| #define | RP_IDM_EXPANDALL 0x100 |
| #define | RP_IDM_COLLAPSEALL 0x101 |
| #define | RP_IDM_STARTITEMS 0x102 |
| #define | DEFERPOS |
| #define DEFERPOS |
Definition at line 51 of file RollupPanel.cpp.
| #define RP_GRPBOXINDENT 6 |
Definition at line 39 of file RollupPanel.cpp.
| #define RP_IDM_COLLAPSEALL 0x101 |
Definition at line 45 of file RollupPanel.cpp.
| #define RP_IDM_EXPANDALL 0x100 |
Definition at line 44 of file RollupPanel.cpp.
| #define RP_IDM_STARTITEMS 0x102 |
Definition at line 46 of file RollupPanel.cpp.
| #define RP_PGBUTTONHEIGHT 18 |
Definition at line 37 of file RollupPanel.cpp.
| #define RP_ROLLCURSOR MAKEINTRESOURCE(32649) |
Definition at line 41 of file RollupPanel.cpp.
| #define RP_SCROLLBARCOLOR RGB(150,180,180) |
Definition at line 40 of file RollupPanel.cpp.
| #define RP_SCROLLBARWIDTH 6 |
Definition at line 38 of file RollupPanel.cpp.
1.8.6.