class_cfg.h 516 B

1234567891011121314151617
  1. /////////////////////////////////////////////////////////////////////////////
  2. // Name: class_cfg.h
  3. // Purpose: Application and System configuration classes group docs
  4. // Author: wxWidgets team
  5. // Licence: wxWindows licence
  6. /////////////////////////////////////////////////////////////////////////////
  7. /**
  8. @defgroup group_class_cfg Application and System configuration
  9. @ingroup group_class
  10. The classes in this section are used to handle application-wide settings
  11. and system-wide settings.
  12. */