]> git.saurik.com Git - wxWidgets.git/commitdiff
Updated docs, removed SetPropertyModifiedStatus() (use wxPGProperty::SetModifiedStatu...
authorJaakko Salli <jaakko.salli@dnainternet.net>
Thu, 2 Oct 2008 15:47:36 +0000 (15:47 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Thu, 2 Oct 2008 15:47:36 +0000 (15:47 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56034 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/propgrid/propgridiface.h
interface/wx/propgrid/manager.h
interface/wx/propgrid/propgridiface.h

index 64e79945288e6782366335ba5596c35cb901484a..5960f7bc02ec676ec1a3d5a2efcb828a35cc7ffb 100644 (file)
@@ -949,14 +949,6 @@ public:
     */
     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.
 
index a61bce65fab7c08d7acd52f8a3e63168b94ea1e2..7cea50f4fa5f96e3aad694d4525b35df9c89d71f 100644 (file)
@@ -228,13 +228,6 @@ public:
                                  const wxBitmap& bmp = wxPG_NULL_BITMAP,
                                  wxPropertyGridPage* pageObj = NULL );
 
-    void ClearModifiedStatus( wxPGPropArg id );
-
-    void ClearModifiedStatus()
-    {
-        m_pPropGrid->ClearModifiedStatus();
-    }
-
     /**
         Deletes all properties and all pages.
     */
index 02479c777a900e22140fe02b2d590f35c2670311..b0291e04337c884db29c85aa1cc5be5e6836f184 100644 (file)
@@ -653,11 +653,6 @@ public:
     */
     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.