class_propgrid.h 590 B

12345678910111213141516171819
  1. /////////////////////////////////////////////////////////////////////////////
  2. // Name: class_propgrid.h
  3. // Purpose: wxPropertyGrid classes group docs
  4. // Author: wxWidgets team
  5. // Licence: wxWindows licence
  6. /////////////////////////////////////////////////////////////////////////////
  7. /**
  8. @defgroup group_class_propgrid wxPropertyGrid
  9. @ingroup group_class
  10. wxPropertyGrid is a specialized grid for editing properties (that is,
  11. name=value pairs). This style of control has also been known as
  12. property sheet or object grid.
  13. Related Overviews: @ref overview_propgrid
  14. */