Initial community commit
This commit is contained in:
parent
537bcbc862
commit
fc06254474
16440 changed files with 4239995 additions and 2 deletions
34
Src/Plugins/General/gen_ml/folderbrowser_internal.h
Normal file
34
Src/Plugins/General/gen_ml/folderbrowser_internal.h
Normal file
|
@ -0,0 +1,34 @@
|
|||
#ifndef NULLOSFT_MEDIALIBRARY_FOLDERBROWSER_CONTROL_INTERNAL_HEADER
|
||||
#define NULLOSFT_MEDIALIBRARY_FOLDERBROWSER_CONTROL_INTERNAL_HEADER
|
||||
|
||||
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#include <windows.h>
|
||||
#include "./ml_ipc_0313.h"
|
||||
#include "../nu/trace.h"
|
||||
|
||||
#ifndef LONGX86
|
||||
#ifdef _WIN64
|
||||
#define LONGX86 LONG_PTR
|
||||
#else /*_WIN64*/
|
||||
#define LONGX86 LONG
|
||||
#endif /*_WIN64*/
|
||||
#endif // LONGX86
|
||||
|
||||
#define COLUMN_DEFAULT_WIDTH 120
|
||||
#define COLUMN_MIN_WIDTH 48
|
||||
#define COLUMN_MAX_WIDTH 640
|
||||
#define COLUMN_EXTRALSPACE 32
|
||||
#define SIZER_WIDTH 0
|
||||
#define SIZER_OVERLAP_LEFT 1 // how many pixels sizer steels from neighbors
|
||||
#define SIZER_OVERLAP_RIGHT 3 // how many pixels sizer steels from neighbors
|
||||
|
||||
|
||||
#define FBIS_SELECTED 0x00000001
|
||||
#define FBIS_HIGHLIGHTED 0x00000002
|
||||
|
||||
|
||||
|
||||
#endif //NULLOSFT_MEDIALIBRARY_FOLDERBROWSER_CONTROL_INTERNAL_HEADER
|
Loading…
Add table
Add a link
Reference in a new issue