git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68604
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
@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_web
Finally, here is the full list of samples:
<!--
Finally, here is the full list of samples:
<!--
@li @sample{power}
@li @sample{printing}
@li @sample{propgrid}
@li @sample{power}
@li @sample{printing}
@li @sample{propgrid}
@li @sample{render}
@li @sample{richtext}
@li @sample{sashtest}
@li @sample{render}
@li @sample{richtext}
@li @sample{sashtest}
@li @sample{uiaction}
@li @sample{validate}
@li @sample{vscroll}
@li @sample{uiaction}
@li @sample{validate}
@li @sample{vscroll}
@li @sample{widgets}
@li @sample{wizard}
@li @sample{wrapsizer}
@li @sample{widgets}
@li @sample{wizard}
@li @sample{wrapsizer}
@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.
+@section page_samples_web 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{web}
+
@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