]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/listbook.h
added support for wxCAL_SHOW_WEEK_NUMBERS to generic version of wxCalendarCtrl (...
[wxWidgets.git] / interface / wx / listbook.h
index 50906f2a42332b275b2e1fb48cf41a32e03bfa2a..8ba18d5906ca602c178de292adfc2989dee6a81a 100644 (file)
@@ -46,8 +46,9 @@
 
     @library{wxcore}
     @category{miscwnd}
+    @appearance{listbook.png}
 
-    @see wxBookCtrl(), wxNotebook, @ref page_samples_notebook
+    @see wxBookCtrl, wxNotebook, @ref page_samples_notebook
 */
 class wxListbook : public wxBookCtrlBase
 {
@@ -64,7 +65,7 @@ public:
                const wxPoint& pos = wxDefaultPosition,
                const wxSize& size = wxDefaultSize,
                long style = 0,
-               const wxString& name = wxEmptyStr);
+               const wxString& name = wxEmptyString);
 
     /**
         Returns the wxListView associated with the control.