]> git.saurik.com Git - wxWidgets.git/commitdiff
Remove obsolete references to 'target page' concept
authorJaakko Salli <jaakko.salli@dnainternet.net>
Tue, 23 Sep 2008 15:38:49 +0000 (15:38 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Tue, 23 Sep 2008 15:38:49 +0000 (15:38 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55821 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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

index 1b84265dd0d213388e19fd935f89c0ae44f8bba1..e26535de73758381a4546e369c2214fa2db36e6e 100644 (file)
@@ -556,10 +556,10 @@ public:
     */
     virtual bool RemovePage( int page );
 
-    /** Select and displays a given page. Also makes it target page for
-        insert operations etc.
+    /** Select and displays a given page.
+
         @param index
-        Index of page being seleced. Can be -1 to select nothing.
+            Index of page being seleced. Can be -1 to select nothing.
     */
     void SelectPage( int index );
 
index 56c75f02181665f0f04451c1c9d58e0afee593ab..ca86ad436c887f1debcbbe5dbe6fed09e3d62a34 100644 (file)
@@ -157,9 +157,6 @@ public:
 
         wxPropertyGridPage* page;
 
-        // Adding a page sets target page to the one added, so
-        // we don't have to call SetTargetPage if we are filling
-        // it right after adding.
         pgMan->AddPage(wxT("First Page"));
         page = pgMan->GetLastPage();
 
@@ -444,10 +441,10 @@ public:
     */
     virtual bool RemovePage( int page );
 
-    /** Select and displays a given page. Also makes it target page for
-        insert operations etc.
+    /** Select and displays a given page.
+
         @param index
-        Index of page being seleced. Can be -1 to select nothing.
+            Index of page being seleced. Can be -1 to select nothing.
     */
     void SelectPage( int index );