Remove obsoleted comments
This commit is contained in:
@@ -957,9 +957,6 @@ public:
|
|||||||
// Returns true if selection finished successfully. Usually only fails if
|
// Returns true if selection finished successfully. Usually only fails if
|
||||||
// current value in editor is not valid.
|
// current value in editor is not valid.
|
||||||
// This function clears any previous selection.
|
// This function clears any previous selection.
|
||||||
// In wxPropertyGrid 1.4, this member function used to generate
|
|
||||||
// wxEVT_PG_SELECTED. In wxWidgets 2.9 and later, it no longer
|
|
||||||
// does that.
|
|
||||||
bool SelectProperty( wxPGPropArg id, bool focus = false );
|
bool SelectProperty( wxPGPropArg id, bool focus = false );
|
||||||
|
|
||||||
// Set entire new selection from given list of properties.
|
// Set entire new selection from given list of properties.
|
||||||
|
@@ -187,9 +187,6 @@ public:
|
|||||||
// Returns true if successful or if there was no selection. May
|
// Returns true if successful or if there was no selection. May
|
||||||
// fail if validation was enabled and active editor had invalid
|
// fail if validation was enabled and active editor had invalid
|
||||||
// value.
|
// value.
|
||||||
// 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.
|
// Resets modified status of all properties.
|
||||||
|
@@ -1022,9 +1022,8 @@ public:
|
|||||||
@return returns @true if selection finished successfully. Usually only
|
@return returns @true if selection finished successfully. Usually only
|
||||||
fails if current value in editor is not valid.
|
fails if current value in editor is not valid.
|
||||||
|
|
||||||
@remarks In wxPropertyGrid 1.4, this member function used to generate
|
@remarks In wxWidgets 2.9 and later, this function no longer
|
||||||
@c wxEVT_PG_SELECTED. In wxWidgets 2.9 and later, it no longer
|
sends @c wxEVT_PG_SELECTED.
|
||||||
does that.
|
|
||||||
|
|
||||||
@remarks This clears any previous selection.
|
@remarks This clears any previous selection.
|
||||||
|
|
||||||
|
@@ -187,9 +187,8 @@ public:
|
|||||||
fail if validation was enabled and active editor had invalid
|
fail if validation was enabled and active editor had invalid
|
||||||
value.
|
value.
|
||||||
|
|
||||||
@remarks In wxPropertyGrid 1.4, this member function used to send
|
@remarks In wxWidgets 2.9 and later, this function no longer
|
||||||
wxPG_EVT_SELECTED. In wxWidgets 2.9 and later, it no longer
|
sends @c wxPG_EVT_SELECTED.
|
||||||
does that.
|
|
||||||
|
|
||||||
@see wxPropertyGrid::SelectProperty()
|
@see wxPropertyGrid::SelectProperty()
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user