fixed typo : wxDEPRECTED -> wxDEPRECATED
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61849 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -310,10 +310,10 @@ public:
|
|||||||
// Platform-specific default can be set with value-1.
|
// Platform-specific default can be set with value-1.
|
||||||
// Remarks
|
// Remarks
|
||||||
// * This method may do nothing on some native implementations.
|
// * This method may do nothing on some native implementations.
|
||||||
wxDEPRECTED( void SetTextIndent( int indent ) );
|
wxDEPRECATED( void SetTextIndent( int indent ) );
|
||||||
|
|
||||||
// Returns actual indentation in pixels.
|
// Returns actual indentation in pixels.
|
||||||
wxDEPRECTED( wxCoord GetTextIndent() const );
|
wxDEPRECATED( wxCoord GetTextIndent() const );
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Returns area covered by the text field.
|
// Returns area covered by the text field.
|
||||||
|
Reference in New Issue
Block a user