A lot of documentation revision. Updated doctest code in propgrid sample to reflect sample code on overview page.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55766 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jaakko Salli
2008-09-21 14:13:32 +00:00
parent 74c80fe40b
commit bba3f9b5bc
6 changed files with 306 additions and 417 deletions

View File

@@ -12,9 +12,9 @@
@ingroup group_class
wxPropertyGrid is a specialized grid for editing properties (that is,
name=value pairs).
name=value pairs). This style of control has also been known as
property sheet or object grid.
Related Overviews: @ref overview_propgrid
*/