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,10 +556,10 @@ public:
|
|||||||
*/
|
*/
|
||||||
virtual bool RemovePage( int page );
|
virtual bool RemovePage( int page );
|
||||||
|
|
||||||
/** Select and displays a given page. Also makes it target page for
|
/** Select and displays a given page.
|
||||||
insert operations etc.
|
|
||||||
@param index
|
@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 );
|
void SelectPage( int index );
|
||||||
|
|
||||||
|
@@ -157,9 +157,6 @@ public:
|
|||||||
|
|
||||||
wxPropertyGridPage* page;
|
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"));
|
pgMan->AddPage(wxT("First Page"));
|
||||||
page = pgMan->GetLastPage();
|
page = pgMan->GetLastPage();
|
||||||
|
|
||||||
@@ -444,10 +441,10 @@ public:
|
|||||||
*/
|
*/
|
||||||
virtual bool RemovePage( int page );
|
virtual bool RemovePage( int page );
|
||||||
|
|
||||||
/** Select and displays a given page. Also makes it target page for
|
/** Select and displays a given page.
|
||||||
insert operations etc.
|
|
||||||
@param index
|
@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 );
|
void SelectPage( int index );
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user