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:
@@ -569,9 +569,6 @@ public:
|
||||
|
||||
bool IsInNonCatMode() const { return (bool)(m_properties == m_abcArray); }
|
||||
|
||||
/** Only inits arrays, doesn't migrate things or such. */
|
||||
void InitNonCatMode ();
|
||||
|
||||
void DoLimitPropertyEditing( wxPGProperty* p, bool limit = true )
|
||||
{
|
||||
p->SetFlagRecursively(wxPG_PROP_NOEDITOR, limit);
|
||||
@@ -707,6 +704,10 @@ protected:
|
||||
unsigned char m_anyModified;
|
||||
|
||||
unsigned char m_vhCalcPending;
|
||||
|
||||
private:
|
||||
/** Only inits arrays, doesn't migrate things or such. */
|
||||
void InitNonCatMode();
|
||||
};
|
||||
|
||||
#endif // #ifndef SWIG
|
||||
|
Reference in New Issue
Block a user