Updated docs, removed SetPropertyModifiedStatus() (use wxPGProperty::SetModifiedStatus() instead)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56034 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -949,14 +949,6 @@ public:
|
|||||||
*/
|
*/
|
||||||
void SetPropertyLabel( wxPGPropArg id, const wxString& newproplabel );
|
void SetPropertyLabel( wxPGPropArg id, const wxString& newproplabel );
|
||||||
|
|
||||||
/** Set modified status of a property and all its children.
|
|
||||||
*/
|
|
||||||
void SetPropertyModifiedStatus( wxPGPropArg id, bool modified )
|
|
||||||
{
|
|
||||||
wxPG_PROP_ARG_CALL_PROLOG()
|
|
||||||
p->SetModifiedStatus(modified);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Sets name of a property.
|
Sets name of a property.
|
||||||
|
|
||||||
|
@@ -228,13 +228,6 @@ public:
|
|||||||
const wxBitmap& bmp = wxPG_NULL_BITMAP,
|
const wxBitmap& bmp = wxPG_NULL_BITMAP,
|
||||||
wxPropertyGridPage* pageObj = NULL );
|
wxPropertyGridPage* pageObj = NULL );
|
||||||
|
|
||||||
void ClearModifiedStatus( wxPGPropArg id );
|
|
||||||
|
|
||||||
void ClearModifiedStatus()
|
|
||||||
{
|
|
||||||
m_pPropGrid->ClearModifiedStatus();
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Deletes all properties and all pages.
|
Deletes all properties and all pages.
|
||||||
*/
|
*/
|
||||||
|
@@ -653,11 +653,6 @@ public:
|
|||||||
*/
|
*/
|
||||||
void SetPropertyLabel( wxPGPropArg id, const wxString& newproplabel );
|
void SetPropertyLabel( wxPGPropArg id, const wxString& newproplabel );
|
||||||
|
|
||||||
/**
|
|
||||||
Set modified status of a property and all its children.
|
|
||||||
*/
|
|
||||||
void SetPropertyModifiedStatus( wxPGPropArg id, bool modified );
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Sets name of a property.
|
Sets name of a property.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user