Added first cut wxWindows Configuration Tool
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21083 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
38
utils/configtool/src/symbols.h
Normal file
38
utils/configtool/src/symbols.h
Normal file
@@ -0,0 +1,38 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: symbols.h
|
||||
// Purpose: Application symbols file
|
||||
// Author:
|
||||
// Modified by:
|
||||
// Created:
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) Julian Smart
|
||||
// Licence:
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef _CT_SYMBOLS_H_
|
||||
#define _CT_SYMBOLS_H_
|
||||
|
||||
//// Build settings
|
||||
|
||||
// Version
|
||||
#define ctVERSION_NUMBER 1.0
|
||||
|
||||
// Whether to have a splash screen
|
||||
#define ctUSE_SPLASH_SCREEN 0
|
||||
|
||||
// Cell background colour in property editor
|
||||
// Light blue
|
||||
#define ctCELL_BACKGROUND_COLOUR wxColour(227, 228, 255)
|
||||
|
||||
// Custom property cell background colour in property editor
|
||||
// Light blue
|
||||
#define ctCUSTOM_CELL_BACKGROUND_COLOUR wxColour(255, 227, 227)
|
||||
|
||||
// Description window colour in property editor
|
||||
// Light yellow
|
||||
#define ctDESCRIPTION_BACKGROUND_COLOUR wxColour(255, 255, 192)
|
||||
|
||||
// Misc symbols
|
||||
#define ctSYMBOL_WEBSITE wxT("http://www.wxwindows.org")
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user