2008-09-12 16:57:41 -04:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
// Name: class_propgrid.h
|
|
|
|
// Purpose: wxPropertyGrid classes group docs
|
|
|
|
// Author: wxWidgets team
|
2008-10-06 11:14:06 -04:00
|
|
|
// RCS-ID: $Id$
|
2008-09-12 16:57:41 -04:00
|
|
|
// Licence: wxWindows license
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
@defgroup group_class_propgrid wxPropertyGrid
|
|
|
|
@ingroup group_class
|
|
|
|
|
|
|
|
wxPropertyGrid is a specialized grid for editing properties (that is,
|
2008-09-21 10:13:32 -04:00
|
|
|
name=value pairs). This style of control has also been known as
|
|
|
|
property sheet or object grid.
|
2008-09-12 16:57:41 -04:00
|
|
|
|
|
|
|
Related Overviews: @ref overview_propgrid
|
|
|
|
|
|
|
|
*/
|