2009-02-20 06:34:52 -05:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
// Name: class_cfg.h
|
|
|
|
// Purpose: Application and System configuration classes group docs
|
|
|
|
// Author: wxWidgets team
|
2010-07-13 09:29:13 -04:00
|
|
|
// Licence: wxWindows licence
|
2009-02-20 06:34:52 -05:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
@defgroup group_class_cfg Application and System configuration
|
|
|
|
@ingroup group_class
|
|
|
|
|
|
|
|
The classes in this section are used to handle application-wide settings
|
|
|
|
and system-wide settings.
|
|
|
|
|
|
|
|
*/
|
|
|
|
|