// 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