]>
git.saurik.com Git - wxWidgets.git/blob - utils/configtool/src/symbols.h
1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: Application symbols file
8 // Copyright: (c) Julian Smart
10 /////////////////////////////////////////////////////////////////////////////
12 #ifndef _CT_SYMBOLS_H_
13 #define _CT_SYMBOLS_H_
18 #define ctVERSION_NUMBER 1.02
20 // Whether to have a splash screen
21 #define ctUSE_SPLASH_SCREEN 0
23 // Cell background colour in property editor
25 #define ctCELL_BACKGROUND_COLOUR wxColour(227, 228, 255)
27 // Custom property cell background colour in property editor
29 #define ctCUSTOM_CELL_BACKGROUND_COLOUR wxColour(255, 227, 227)
31 // Description window colour in property editor
33 #define ctDESCRIPTION_BACKGROUND_COLOUR wxColour(255, 255, 192)
36 #define ctSYMBOL_WEBSITE wxT("http://www.wxwidgets.org")