]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/notebook.h
restored the default value of wxObjectEventFunctor wxNewEventFunctor and explain...
[wxWidgets.git] / interface / wx / notebook.h
index 04f135c8088419972f327651f9f0284610bb6c09..d323d92e1384e5099a797e611b24f7e48a64b3e2 100644 (file)
@@ -73,7 +73,7 @@
     overall theme, use:
     @code
     wxColour col = notebook->GetThemeBackgroundColour();
-    if (col.Ok())
+    if (col.IsOk())
     {
         page->SetBackgroundColour(col);
     }
@@ -86,6 +86,7 @@
 
     @library{wxcore}
     @category{miscwnd}
+    @appearance{notebook.png}
 
     @see wxBookCtrl, wxBookCtrlEvent, wxImageList, @ref page_samples_notebook
 */