Removed wxPGProperty:GetArrIndex() in favor of GetIndexInParent()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55879 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1605,8 +1605,6 @@ public:
|
||||
*/
|
||||
double GetAttributeAsDouble( const wxString& name, double defVal ) const;
|
||||
|
||||
unsigned int GetArrIndex() const { return m_arrIndex; }
|
||||
|
||||
unsigned int GetDepth() const { return (unsigned int)m_depth; }
|
||||
|
||||
/** Gets flags as a'|' delimited string. Note that flag names are not
|
||||
|
Reference in New Issue
Block a user