add appearance tag to book controls

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56290 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling 2008-10-13 19:55:46 +00:00
parent 9472f3d79b
commit 7c14fc8cca
3 changed files with 4 additions and 1 deletions

View File

@ -47,6 +47,7 @@
@library{wxcore}
@category{miscwnd}
@appearance{choicebook.png}
@see @ref overview_bookctrl, wxNotebook, @ref page_samples_notebook
*/

View 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
{

View File

@ -86,6 +86,7 @@
@library{wxcore}
@category{miscwnd}
@appearance{notebook.png}
@see wxBookCtrl, wxBookCtrlEvent, wxImageList, @ref page_samples_notebook
*/