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:
@@ -411,7 +411,12 @@ public:
|
||||
/** Select and displays a given page. */
|
||||
void SelectPage( wxPropertyGridPage* page );
|
||||
|
||||
/** Select a property. */
|
||||
/**
|
||||
Select a property.
|
||||
|
||||
@see wxPropertyGrid::SelectProperty(),
|
||||
wxPropertyGridInterface::ClearSelection()
|
||||
*/
|
||||
bool SelectProperty( wxPGPropArg id, bool focus = false );
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user