class_xrc.h 576 B

12345678910111213141516171819
  1. /////////////////////////////////////////////////////////////////////////////
  2. // Name: class_xrc.h
  3. // Purpose: XML Based Resource System (XRC) classes group docs
  4. // Author: wxWidgets team
  5. // Licence: wxWindows licence
  6. /////////////////////////////////////////////////////////////////////////////
  7. /**
  8. @defgroup group_class_xrc XML Based Resource System (XRC)
  9. @ingroup group_class
  10. Resources allow your application to create controls and other user interface
  11. elements from specifications stored in an XML format.
  12. Related Overviews: @ref overview_xrc
  13. */