]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/mainpages/samples.h
Implement hatched/stippled pens/brushes in wxGraphicsContext for Cairo.
[wxWidgets.git] / docs / doxygen / mainpages / samples.h
index 2e2683ecfbe156b6ccb59bd4d30f0a1d1694d63c..68314151aaca7a81fad2e8095796572f14912b10 100644 (file)
@@ -41,7 +41,7 @@ may find the following samples showing the corresponding controls:
 @li wxTreeCtrl: @ref page_samples_treectrl
 @li wxGrid: @ref page_samples_grid
 @li wxDataViewCtrl: @ref page_samples_dataview
 @li wxTreeCtrl: @ref page_samples_treectrl
 @li wxGrid: @ref page_samples_grid
 @li wxDataViewCtrl: @ref page_samples_dataview
-
+@li wxWebView: @ref page_samples_webview
 
 Finally, here is the full list of samples:
 <!--
 
 Finally, here is the full list of samples:
 <!--
@@ -110,8 +110,8 @@ TODO: Organize them in a more human-readable way.
 @li @sample{power}
 @li @sample{printing}
 @li @sample{propgrid}
 @li @sample{power}
 @li @sample{printing}
 @li @sample{propgrid}
-</td><td>
 @li @sample{regtest}
 @li @sample{regtest}
+</td><td>
 @li @sample{render}
 @li @sample{richtext}
 @li @sample{sashtest}
 @li @sample{render}
 @li @sample{richtext}
 @li @sample{sashtest}
@@ -134,6 +134,7 @@ TODO: Organize them in a more human-readable way.
 @li @sample{uiaction}
 @li @sample{validate}
 @li @sample{vscroll}
 @li @sample{uiaction}
 @li @sample{validate}
 @li @sample{vscroll}
+@li @sample{webview}
 @li @sample{widgets}
 @li @sample{wizard}
 @li @sample{wrapsizer}
 @li @sample{widgets}
 @li @sample{wizard}
 @li @sample{wrapsizer}
@@ -1001,7 +1002,7 @@ demonstrated here as well - try the corresponding menu entries.
 @sampleabout{wxUIActionSimulator}
 
 This sample shows some features of wxUIActionSimulator class. When a simulation
 @sampleabout{wxUIActionSimulator}
 
 This sample shows some features of wxUIActionSimulator class. When a simulation
-is ran using its menu items, you can see that the button is pressed
+is run using its menu items, you can see that the button is pressed
 programmatically and the characters generated by the program appear in the text
 control.
 
 programmatically and the characters generated by the program appear in the text
 control.
 
@@ -1019,6 +1020,15 @@ control.
 
 @sampledir{vscroll}
 
 
 @sampledir{vscroll}
 
+@section page_samples_webview wxWebView Sample
+
+The wxWebView sample demonstarates the various capabilities of the wxWebView
+control. It is set up as a simple single window web broswer, but with support
+for many of the more complex wxWebView features, including browsing through 
+archives.
+
+@sampledir{webview}
+
 @section page_samples_widgets Widgets Sample
 
 The widgets sample is the main presentation program for most simple and advanced
 @section page_samples_widgets Widgets Sample
 
 The widgets sample is the main presentation program for most simple and advanced