wxPropertyGrid::IsEditorFocused() is now public
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59167 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -686,6 +686,11 @@ public:
|
||||
*/
|
||||
bool IsAnyModified() const;
|
||||
|
||||
/**
|
||||
Returns @true if a property editor control has focus.
|
||||
*/
|
||||
bool IsEditorFocused() const;
|
||||
|
||||
/**
|
||||
Returns true if updating is frozen (ie. Freeze() called but not
|
||||
yet Thaw() ).
|
||||
|
Reference in New Issue
Block a user