Remove obsolete references to 'target page' concept

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55821 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jaakko Salli
2008-09-23 15:38:49 +00:00
parent 40924780ea
commit 24588cd306
2 changed files with 6 additions and 9 deletions

View File

@@ -556,8 +556,8 @@ 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.
*/

View 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,8 +441,8 @@ 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.
*/