Moved wxPropertyGrid::SetPropertyName() to wxPropertyGridInterface
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55955 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -797,17 +797,6 @@ public:
|
||||
*/
|
||||
void SetSplitterPosition( int newxpos, int col = 0 );
|
||||
|
||||
/**
|
||||
Sets name of a property.
|
||||
|
||||
@param id
|
||||
Name or pointer of property which name to change.
|
||||
|
||||
@param newname
|
||||
New name.
|
||||
*/
|
||||
void SetPropertyName( wxPGPropArg id, const wxString& newname );
|
||||
|
||||
/**
|
||||
Moves splitter as left as possible, while still allowing all
|
||||
labels to be shown in full.
|
||||
|
Reference in New Issue
Block a user