wGui - Global Configuration

wGui has a global configuration that it read from file.

CConfigStore File Structure

The CConfigStore class can read key-value pairs from a text file. The files are formatted with the following rules:

wGui.conf File

In the CApplication::Init() method, wGui will attempt to locate and read the wGui.conf file from a couple locations. These are loaded in order into the wGui global configuration. If a key exists in more than one of these files, the last file read in will ovewrite the value loaded from the previous files. Therefore any settings that appear in the current directory's wGui.conf file will override any settings in the global wGui.conf file.
File load order (wGui will search for wGui.conf in these locations):

Global Configuration Values