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:
@@ -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.
|
||||
*/
|
||||
|
@@ -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.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user