]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/overviews/splitterwindow.h
The tree only sets the focus in response to a TVN_SELCHANGINGW event if the tree...
[wxWidgets.git] / docs / doxygen / overviews / splitterwindow.h
index 6be2e69faf710becb7be21d1dab6416709294ef4..42e6f19d492d3ab1f40368a9ba0999af6cf647cd 100644 (file)
@@ -3,21 +3,29 @@
 // Purpose:     topic overview
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-/*!
+/**
 
 @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