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:
@@ -880,6 +880,11 @@ public:
|
||||
/** Returns current vertical spacing. */
|
||||
int GetVerticalSpacing() const { return (int)m_vspacing; }
|
||||
|
||||
/**
|
||||
Returns @true if a property editor control has focus.
|
||||
*/
|
||||
bool IsEditorFocused() const;
|
||||
|
||||
/** Returns true if editor's value was marked modified.
|
||||
*/
|
||||
bool IsEditorsValueModified() const
|
||||
@@ -1780,9 +1785,6 @@ protected:
|
||||
|
||||
void ImprovedClientToScreen( int* px, int* py );
|
||||
|
||||
// Returns True if editor control has focus
|
||||
bool IsEditorFocused() const;
|
||||
|
||||
// Called by focus event handlers. newFocused is the window that becomes
|
||||
// focused.
|
||||
void HandleFocusChange( wxWindow* newFocused );
|
||||
|
Reference in New Issue
Block a user