]> git.saurik.com Git - wxWidgets.git/commitdiff
add appearance tag to book controls
authorRobert Roebling <robert@roebling.de>
Mon, 13 Oct 2008 19:55:46 +0000 (19:55 +0000)
committerRobert Roebling <robert@roebling.de>
Mon, 13 Oct 2008 19:55:46 +0000 (19:55 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56290 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/choicebk.h
interface/wx/listbook.h
interface/wx/notebook.h

index 6cff6f7da0923e383c61fead9584c9c20a38bf52..202747d1bcbdd0e44b30b156bf149464ffcb6a7a 100644 (file)
@@ -47,6 +47,7 @@
 
     @library{wxcore}
     @category{miscwnd}
+    @appearance{choicebook.png}
 
     @see @ref overview_bookctrl, wxNotebook, @ref page_samples_notebook
 */
index 50906f2a42332b275b2e1fb48cf41a32e03bfa2a..eda83765d07caa21f821c51f244ab39af5928155 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
 {
index 04f135c8088419972f327651f9f0284610bb6c09..2e2003e884cf9414f006f1a41469ee5ae72f320b 100644 (file)
@@ -86,6 +86,7 @@
 
     @library{wxcore}
     @category{miscwnd}
+    @appearance{notebook.png}
 
     @see wxBookCtrl, wxBookCtrlEvent, wxImageList, @ref page_samples_notebook
 */