Fixed broken 'hidden categories' mode (aka. alphabetic mode); Added distinct names and labels for the two root properties (to help with debugging); Refactored wxPropertyGridState::DoInsert()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58543 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2358,7 +2358,7 @@ public:
|
||||
public:
|
||||
|
||||
/** Constructor. */
|
||||
wxPGRootProperty();
|
||||
wxPGRootProperty( const wxString& name = wxS("<Root>") );
|
||||
virtual ~wxPGRootProperty();
|
||||
|
||||
virtual bool StringToValue( wxVariant&, const wxString&, int ) const
|
||||
|
Reference in New Issue
Block a user