Added label editing capability into wxPropertyGrid
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61743 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1287,6 +1287,9 @@ public:
|
||||
|
||||
static wxPGEditor* GetEditorByName( const wxString& editorName );
|
||||
|
||||
// NOTE: This function reselects the property and may cause
|
||||
// excess flicker, so to just call Refresh() on a rect
|
||||
// of single property, call DrawItem() instead.
|
||||
virtual void RefreshProperty( wxPGProperty* p ) = 0;
|
||||
|
||||
protected:
|
||||
|
Reference in New Issue
Block a user