{
	'APPDIR':'StepIntoChinese',
	'APPNAME':'StepIntoChinese',
	'CFGNAME':'globals',
	
	'COLOR_BG':{
		'default':(0,0,0),
		'descr':'',
		'dtype':'vec3',
		'showme':0,
		'value':(0,0,0),
		'wtype':'wx.ColourDialog',
		'tooltip':'Black color used throughout',
	},
	'COLOR_BG_ADMIN':{
		'default':(110,110,110),
		'descr':'',
		'dtype':'vec3',
		'showme':0,
		'value':(110,110,110),
		'wtype':'wx.ColourDialog',
		'tooltip':'Background color in admin control panel',
	},
	'COLOR_FG_ADMIN':{
		'default':(255,255,255),
		'descr':'',
		'dtype':'vec3',
		'showme':0,
		'value':(255,255,255),
		'wtype':'wx.ColourDialog',
		'tooltip':'Foreground color in admin control panel',
	},
	'COLOR_FG':{
		'default':(100,100,100),
		'descr':'',
		'dtype':'vec3',
		'showme':0,
		'value':(100,100,100),
		'wtype':'wx.ColourDialog',
		'tooltip':'Default color used for non hilighted text',
	},
	'COLOR_HILIGHT':{
		'default':(255,255,0),
		'descr':'',
		'dtype':'vec3',
		'showme':0,
		'value':(255,255,0),
		'wtype':'wx.ColourDialog',
		'tooltip':'Color used for hilighted text',
	},
	'COLOR_DMODE':{
		'default':(150,255,150),
		'descr':'',
		'dtype':'vec3',
		'showme':0,
		'value':(150,255,150),
		'wtype':'wx.ColourDialog',
		'tooltip':'Color for display mode text',
	},
	'COLOR_SMODE':{
		'default':(150,255,150),
		'descr':'',
		'dtype':'vec3',
		'showme':0,
		'value':(150,255,150),
		'wtype':'wx.ColourDialog',
		'tooltip':'Color for search mode text',
	},
	'COLOR_TRANSLATION':{
		'default':(0,255,0),
		'descr':'',
		'dtype':'vec3',
		'showme':0,
		'value':(0,255,0),
		'wtype':'wx.ColourDialog',
		'tooltip':'Color for translation text',
	},
	'COLOR_CSURF':{
		'default':(0,255,255),
		'descr':'',
		'dtype':'vec3',
		'showme':0,
		'value':(0,255,255),
		'wtype':'wx.ColourDialog',
		'tooltip':'Color for small Chinese character icons in definition area',
	},
	'COLOR_CHINESE':{
		'default':(255,0,0),
		'descr':'',
		'dtype':'vec3',
		'showme':0,
		'value':(255,0,0),
		'wtype':'wx.ColourDialog',
		'tooltip':'Color for large Chinese characters',
	},
	'COLOR_WHITE':{
		'default':(255,255,255),
		'descr':'',
		'dtype':'vec3',
		'showme':0,
		'value':(255,255,255),
		'wtype':'wx.ColourDialog',
		'tooltip':'White color used throughout',
	},

	'WIN_W':{
		'default':800,
		'descr':'',
		'dtype':'int',
		'max':1600,
		'min':800,
		'showme':0,
		'value':800,
		'wtype':'wx.SpinCtrl',
		'tooltip':'The window width',
	},
	'WIN_H':{
		'default':600,
		'descr':'',
		'dtype':'int',
		'max':1200,
		'min':600,
		'showme':0,
		'value':600,
		'wtype':'wx.SpinCtrl',
		'tooltip':'The window height',
	},
	'LMARGIN':{
		'default':10,
		'descr':'',
		'dtype':'int',
		'max':50,
		'min':0,
		'showme':0,
		'value':10,
		'wtype':'wx.SpinCtrl',
		'tooltip':'The blank margin around edges; useful if using frame or background image.',
	},
	'FLASHCARD_STYLE':{
		'default':0,
		'descr':'',
		'dtype':'int',
		'max':1,
		'min':0,
		'showme':1,
		'value':0,
		'wtype':'wx.SpinCtrl',
		'tooltip':'Controls default flashcard mode: 0=Traditional, 1=Simplified, 2=Pinyin, 3=Flashcard'
	},
	'IMAGE_BG':{
		'default':'',
		'descr':'',
		'dtype':'wx.String',
		'path':'',
		'showme':1,
		'value':'',
		'wtype':'wx.FileDialog',
		'tooltip':'Background image that will be roto-zoomed to fit your window W and H',
	},
	'TSLEEP_SCREENSAVER':{
		'default':7,
		'descr':'',
		'dtype':'int',
		'max':100,
		'min':1,
		'showme':1,
		'value':7,
		'wtype':'wx.SpinCtrl',
		'tooltip':'How long to sleep at each card while in screensaver mode (i.e. Fullscreen + Random on Linux)'
	},
	'SCREENSAVER_ON_AT_START':{
		'default':1,
		'descr':'',
		'dtype':'int',
		'showme':1,
		'style':None,
		'tooltip':'Whether to run in screensaver mode at startup',
		'value':1,
		'wtype':'wx.CheckBox',
	},
	'IMAGE_ADMIN_SIDEBAR':{
		'default':'asb.gif',
		'descr':'',
		'dtype':'wx.String',
		'path':os.path.join('.','StepIntoChinese','Images'),
		'showme':1,
		'value':'sicasb.gif',
		'wtype':'wx.FileDialog',
		'tooltip':'The image to be applied in the left sidebar of the administrator control panel.',
	},
	'SPLITTER_OFFSET':{
		'default':140,
		'descr':'',
		'dtype':'int',
		'max':300,
		'min':0,
		'showme':0,
		'value':140,
		'wtype':'wx.SpinCtrl',
		'tooltip':'The width of the left pane of the administrator control panel.',
	},
	'CONFIG_WIDGET_W':{
		'default':120,
		'descr':'',
		'dtype':'int',
		'max':400,
		'min':10,
		'showme':0,
		'value':120,
		'wtype':'wx.SpinCtrl',
		'tooltip':'The width of the widgets (buttons, sliders, etc) in the administrator panel.',
	},
	'CONFIG_WIDGET_H':{
		'default':30,
		'descr':'',
		'dtype':'int',
		'max':50,
		'min':10,
		'showme':0,
		'value':30,
		'wtype':'wx.SpinCtrl',
		'tooltip':'The height of the widgets (buttons, sliders, etc) in the administrator panel.',
	},
	'DX_FFW_REW':{
		'default':500,
		'descr':'',
		'dtype':'int',
		'max':1000,
		'min':100,
		'showme':1,
		'value':500,
		'wtype':'wx.SpinCtrl',
		'tooltip':'The number of articles to skip, per step, when fast-forwarding (right arrow) or rewinding (left arrow).',
	},
}
