]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/overviews/splitterwindow.h
update and complete Unicode overview; add an overview of changes since wx 2.8
[wxWidgets.git] / docs / doxygen / overviews / splitterwindow.h
index 6be2e69faf710becb7be21d1dab6416709294ef4..014b6c0cee80b5d79a8ded343967c00e080b9dd4 100644 (file)
@@ -6,18 +6,26 @@
 // Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
-/*!
+/**
 
 @page overview_splitterwindow wxSplitterWindow Overview
 
 Classes: wxSplitterWindow
 
+@li @ref overview_splitterwindow_appearance
+@li @ref overview_splitterwindow_example
+
+<hr>
+
+
+@section overview_splitterwindow_appearance Appearance
+
 The following screenshot shows the appearance of a splitter window with a
 horizontal split.
 
 The style wxSP_3D has been used to show a 3D border and 3D sash.
 
-@image html splitter.bmp
+@image html overview_splitter_3d.png
 
 
 @section overview_splitterwindow_example Example