]> git.saurik.com Git - wxWidgets.git/blame - docs/doxygen/groups/class_propgrid.h
blind PCH-less build fixes: add missing headers
[wxWidgets.git] / docs / doxygen / groups / class_propgrid.h
CommitLineData
1c4293cb
VZ
1/////////////////////////////////////////////////////////////////////////////
2// Name: class_propgrid.h
3// Purpose: wxPropertyGrid classes group docs
4// Author: wxWidgets team
de003797 5// RCS-ID: $Id$
1c4293cb
VZ
6// Licence: wxWindows license
7/////////////////////////////////////////////////////////////////////////////
8
9/**
10
11@defgroup group_class_propgrid wxPropertyGrid
12@ingroup group_class
13
14wxPropertyGrid is a specialized grid for editing properties (that is,
bba3f9b5
JS
15name=value pairs). This style of control has also been known as
16property sheet or object grid.
1c4293cb
VZ
17
18Related Overviews: @ref overview_propgrid
19
20*/