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:
@@ -251,10 +251,11 @@ enum wxPG_KEYBOARD_ACTIONS
|
||||
|
||||
/** @class wxPropertyGrid
|
||||
|
||||
wxPropertyGrid is a specialized grid for editing properties
|
||||
such as strings, numbers, flagsets, fonts, and colours. wxPropertySheet
|
||||
used to do the very same thing, but it hasn't been updated for a while
|
||||
and it is currently deprecated.
|
||||
wxPropertyGrid is a specialized grid for editing properties - in other
|
||||
words name = value pairs. List of ready-to-use property classes include
|
||||
strings, numbers, flagsets, fonts, colours and many others. It is possible,
|
||||
for example, to categorize properties, set up a complete tree-hierarchy,
|
||||
add more than two columns, and set arbitrary per-property attributes.
|
||||
|
||||
Please note that most member functions are inherited and as such not documented on
|
||||
this page. This means you will probably also want to read wxPropertyGridInterface
|
||||
|
Reference in New Issue
Block a user