Do not generate wxEVT_PG_SELECTED with direct ClearSelection() and SelectProperty() calls
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61644 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -210,8 +210,12 @@ public:
|
||||
@return Returns @true if successful or if there was no selection. May
|
||||
fail if validation was enabled and active editor had invalid
|
||||
value.
|
||||
|
||||
@remarks In wxPropertyGrid 1.4, this member function used to send
|
||||
wxPG_EVT_SELECTED. In wxWidgets 2.9 and later, it no longer
|
||||
does that.
|
||||
*/
|
||||
bool ClearSelection( bool validation = false);
|
||||
bool ClearSelection( bool validation = false );
|
||||
|
||||
/** Resets modified status of all properties.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user