|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <precomp.h>
Go to the source code of this file.
Macros | |
| #define | IMAGE_WIDTH 16 |
| #define | IMAGE_HEIGHT 13 |
Enumerations | |
| enum | IMAGE { IMG_NONE =-1 , IMG_FILE =0 , IMG_DOCUMENT , IMG_EXECUTABLE , IMG_FOLDER , IMG_OPEN_FOLDER , IMG_FOLDER_PLUS , IMG_OPEN_PLUS , IMG_OPEN_MINUS , IMG_FOLDER_UP , IMG_FOLDER_CUR } |
Functions | |
| static void | format_date (const FILETIME *ft, TCHAR *buffer, int visible_cols) |
Variables | |
| static const TCHAR * | g_pos_names [COLUMNS] |
| static const int | g_pos_align [] |
Definition at line 263 of file pane.cpp.
Referenced by Pane::draw_item().