Added wxPropertyGridInterface::RemoveProperty()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57254 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -547,6 +547,16 @@ public:
|
||||
*/
|
||||
static void RegisterAdditionalEditors();
|
||||
|
||||
/**
|
||||
Removes and returns a property.
|
||||
|
||||
@param id
|
||||
Pointer or name of a property.
|
||||
|
||||
@remarks Removed property cannot have any children.
|
||||
*/
|
||||
wxPGProperty* RemoveProperty( wxPGPropArg id );
|
||||
|
||||
/**
|
||||
Replaces property with id with newly created one. For example,
|
||||
this code replaces existing property named "Flags" with one that
|
||||
|
Reference in New Issue
Block a user