Changed wxPropertyCategory to use same cell rendering code as regular properties. This allows labels for category columns other than the first. Rendering code was heavily modified to allow 'merging' of cells when needed.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63012 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -207,7 +207,10 @@
|
||||
@subsection wxPropertyCategory
|
||||
|
||||
Not an actual property per se, but a header for a group of properties.
|
||||
Regardless inherits from wxPGProperty.
|
||||
Regardless inherits from wxPGProperty, and supports displaying 'labels'
|
||||
for columns other than the first one. Easiest way to set category's
|
||||
label for second column is to call wxPGProperty::SetValue() with string
|
||||
argument.
|
||||
|
||||
@subsection wxStringProperty
|
||||
|
||||
|
Reference in New Issue
Block a user