]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/notebook.h
add wxMBConvStrictUTF8 class implementing just UTF-8 conversion, without support...
[wxWidgets.git] / include / wx / cocoa / notebook.h
index 97cfd33c4ce11e4144a0f4ecad863dcee6ddb29f..9ff89def2885294564ff4e85c3448cc8f7a255fb 100644 (file)
@@ -57,7 +57,6 @@ protected:
 public:
     // set the currently selected page, return the index of the previously
     // selected one (or -1 on error)
-    // NB: this function will _not_ generate wxEVT_NOTEBOOK_PAGE_xxx events
     int SetSelection(size_t nPage);
     // get the currently selected page
     int GetSelection() const;