Remove wxDEPRECATED decorator from doc
This commit is contained in:
@@ -1118,7 +1118,7 @@ public:
|
|||||||
|
|
||||||
@see AddPrivateChild()
|
@see AddPrivateChild()
|
||||||
*/
|
*/
|
||||||
wxDEPRECATED( void AddChild( wxPGProperty* prop ) );
|
void AddChild( wxPGProperty* prop );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Adds a private child property. If you use this instead of
|
Adds a private child property. If you use this instead of
|
||||||
@@ -1397,7 +1397,7 @@ public:
|
|||||||
|
|
||||||
@see GetValueAsString()
|
@see GetValueAsString()
|
||||||
*/
|
*/
|
||||||
wxDEPRECATED( wxString GetValueString( int argFlags = 0 ) const );
|
wxString GetValueString( int argFlags = 0 ) const;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Returns value type used by this property.
|
Returns value type used by this property.
|
||||||
|
Reference in New Issue
Block a user