X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0004982c831f56c65c390fb617711ff52595c2f3..232b2162776e08c0b16d5280b90f5c075f38c667:/interface/wx/listbook.h diff --git a/interface/wx/listbook.h b/interface/wx/listbook.h index 50906f2a42..8ba18d5906 100644 --- a/interface/wx/listbook.h +++ b/interface/wx/listbook.h @@ -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.