]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/notebook.h
Added 'HasAlpha' attribute for wxColourProperty. Setting it to true allows user to...
[wxWidgets.git] / include / wx / gtk1 / notebook.h
index 112171e148040f130a4730fe50d62b8f24aa66d9..f5ec7e3a7afbb8d2c7b4ac00af0d275292e2503d 100644 (file)
@@ -50,7 +50,7 @@ public:
   // ---------
 
     // set the currently selected page, return the index of the previously
-    // selected one (or -1 on error)
+    // selected one (or wxNOT_FOUND on error)
     // NB: this function will _not_ generate wxEVT_NOTEBOOK_PAGE_xxx events
     int SetSelection(size_t nPage) { return DoSetSelection(nPage, SetSelection_SendEvent); }
     // get the currently selected page