X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ce4ae5639b5c1cd9aa45ed766d0f5abae029ca2f..1b7751aaa9a86d76a850b9267bc0c201e3cea30f:/interface/wx/bookctrl.h diff --git a/interface/wx/bookctrl.h b/interface/wx/bookctrl.h index 17b6920b8f..27f241600f 100644 --- a/interface/wx/bookctrl.h +++ b/interface/wx/bookctrl.h @@ -167,7 +167,7 @@ public: wxWindow* GetCurrentPage() const; /** - Sets the selection for the given page, returning the previous selection. + Sets the selection to the given page, returning the previous selection. Notice that the call to this function generates the page changing events, use the ChangeSelection() function if you don't want these @@ -184,7 +184,7 @@ public: void AdvanceSelection(bool forward = true); /** - Changes the selection for the given page, returning the previous selection. + Changes the selection to the given page, returning the previous selection. This function behaves as SetSelection() but does @em not generate the page changing events.