| 1 | /* | 
|---|
| 2 | * This program is free software; you can redistribute it and/or modify | 
|---|
| 3 | * it under the terms of the GNU General Public License as published by | 
|---|
| 4 | * the Free Software Foundation; either version 2, or (at your option) | 
|---|
| 5 | * any later version. | 
|---|
| 6 | * | 
|---|
| 7 | * This program is distributed in the hope that it will be useful, | 
|---|
| 8 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | 
|---|
| 9 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | 
|---|
| 10 | * GNU General Public License for more details. | 
|---|
| 11 | * | 
|---|
| 12 | * You should have received a copy of the GNU General Public License | 
|---|
| 13 | * along with this program; see the file COPYING.  If not, write to | 
|---|
| 14 | * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | 
|---|
| 15 | */ | 
|---|
| 16 | /* | 
|---|
| 17 | * If you need another license for your project/product (commercial, | 
|---|
| 18 | * noncommercial, whatever) contact me at | 
|---|
| 19 | * | 
|---|
| 20 | * http://www.os2world.com/cdwriting | 
|---|
| 21 | * http://www.geocities.com/SiliconValley/Sector/5785/ | 
|---|
| 22 | * | 
|---|
| 23 | */ | 
|---|
| 24 |  | 
|---|
| 25 | #ifndef _MMFOLDERINC_H_INCLUDED | 
|---|
| 26 | #define _MMFOLDERINC_H_INCLUDED | 
|---|
| 27 |  | 
|---|
| 28 | /* The default settings for the MMFolder template */ | 
|---|
| 29 | #define MMFLDR_TEMPLATE_SETUP "TEMPLATE=YES;NODELETE=YES;DETAILSCLASS=MMImage;ICONVIEW=GRIDDED;SORTCLASS=MMImage;DETAILSVIEW=NORMAL;DETAILSTODISPLAY=0,1,4,12,13,14,15;SORTBYATTR=6,24,25,26,27;OBJECTID=<MMPM2_MMFOLDERTEMPLATE>;" | 
|---|
| 30 |  | 
|---|
| 31 | /* Default iconsize */ | 
|---|
| 32 | #define MMFLDR_DEFAULT_ICONSIZE   150 | 
|---|
| 33 | /* Space between icons */ | 
|---|
| 34 | #define MMFLDR_SPACINGDELTA_X     10 | 
|---|
| 35 | #define MMFLDR_SPACINGDELTA_Y     25 | 
|---|
| 36 |  | 
|---|
| 37 | /* Restore keys for lighttable folder */ | 
|---|
| 38 | #define KEY_ICONSIZE     4001 | 
|---|
| 39 |  | 
|---|
| 40 |  | 
|---|
| 41 | #endif | 
|---|