From: Robert Roebling Date: Mon, 13 Oct 2008 19:55:46 +0000 (+0000) Subject: add appearance tag to book controls X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7c14fc8ccaea1a0c7fd074d75936713d6f61c87e add appearance tag to book controls git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56290 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/wx/choicebk.h b/interface/wx/choicebk.h index 6cff6f7da0..202747d1bc 100644 --- a/interface/wx/choicebk.h +++ b/interface/wx/choicebk.h @@ -47,6 +47,7 @@ @library{wxcore} @category{miscwnd} + @appearance{choicebook.png} @see @ref overview_bookctrl, wxNotebook, @ref page_samples_notebook */ diff --git a/interface/wx/listbook.h b/interface/wx/listbook.h index 50906f2a42..eda83765d0 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 { diff --git a/interface/wx/notebook.h b/interface/wx/notebook.h index 04f135c808..2e2003e884 100644 --- a/interface/wx/notebook.h +++ b/interface/wx/notebook.h @@ -86,6 +86,7 @@ @library{wxcore} @category{miscwnd} + @appearance{notebook.png} @see wxBookCtrl, wxBookCtrlEvent, wxImageList, @ref page_samples_notebook */