Add wxWebView sample to documentation.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68604 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
66a8d41423
commit
fea281f428
@ -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 wxWebView: @ref page_samples_web
|
||||
|
||||
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}
|
||||
</td><td>
|
||||
@li @sample{regtest}
|
||||
</td><td>
|
||||
@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{web}
|
||||
@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
|
||||
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.
|
||||
|
||||
@ -1019,6 +1020,15 @@ control.
|
||||
|
||||
@sampledir{vscroll}
|
||||
|
||||
@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
|
||||
|
Loading…
Reference in New Issue
Block a user