]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/overviews/splitterwindow.h
Added control over whether size and position units can be changed, and also size...
[wxWidgets.git] / docs / doxygen / overviews / splitterwindow.h
index 6be2e69faf710becb7be21d1dab6416709294ef4..17cbfdf9658eb3fe93378b0e94d500bb22fada78 100644 (file)
@@ -3,21 +3,27 @@
 // Purpose:     topic overview
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-/*!
+/**
 
 @page overview_splitterwindow wxSplitterWindow Overview
 
-Classes: wxSplitterWindow
+@tableofcontents
+
+@see wxSplitterWindow
+
+
+
+@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
@@ -72,4 +78,3 @@ void MyFrame::OnUnsplit(wxCommandEvent& event)
 @endcode
 
 */
-