update the list of samples
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59300 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		@@ -36,6 +36,7 @@ may find the following samples showing the corresponding controls:
 | 
			
		||||
@li wxListCtrl: @ref page_samples_listctrl
 | 
			
		||||
@li wxTreeCtrl: @ref page_samples_treectrl
 | 
			
		||||
@li wxGrid: @ref page_samples_grid
 | 
			
		||||
@li wxDataViewCtrl: @ref page_samples_dataview
 | 
			
		||||
 | 
			
		||||
Finally, it might be helpful to do a search in the entire sample directory if
 | 
			
		||||
you can't find the sample showing the control you are interested in by
 | 
			
		||||
@@ -44,7 +45,7 @@ name. Most classes contained in wxWidgets occur in at least one of the samples.
 | 
			
		||||
<!--
 | 
			
		||||
The following sample list is generated by executing command
 | 
			
		||||
 | 
			
		||||
ls | egrep '[a-z]+' | egrep '^[a-z]+$' | sed 's/^/@li @sample\{/' | sed 's/$/\}/'
 | 
			
		||||
ls -1 | egrep '[a-z]+' | egrep '^[a-z]+/$' | sed 's/^/@li @sample\{/' | sed 's///$/\}/'
 | 
			
		||||
 | 
			
		||||
in wxWidgets/samples
 | 
			
		||||
 | 
			
		||||
@@ -59,6 +60,7 @@ TODO: Organize them in a more human-readable way.
 | 
			
		||||
@li @sample{aui}
 | 
			
		||||
@li @sample{calendar}
 | 
			
		||||
@li @sample{caret}
 | 
			
		||||
@li @sample{clipboard}
 | 
			
		||||
@li @sample{collpane}
 | 
			
		||||
@li @sample{combo}
 | 
			
		||||
@li @sample{config}
 | 
			
		||||
@@ -73,7 +75,6 @@ TODO: Organize them in a more human-readable way.
 | 
			
		||||
@li @sample{docview}
 | 
			
		||||
@li @sample{dragimag}
 | 
			
		||||
@li @sample{drawing}
 | 
			
		||||
@li @sample{editlbox}
 | 
			
		||||
@li @sample{erase}
 | 
			
		||||
@li @sample{event}
 | 
			
		||||
@li @sample{except}
 | 
			
		||||
@@ -98,7 +99,6 @@ TODO: Organize them in a more human-readable way.
 | 
			
		||||
@li @sample{menu}
 | 
			
		||||
@li @sample{mfc}
 | 
			
		||||
@li @sample{minimal}
 | 
			
		||||
@li @sample{mobile}
 | 
			
		||||
@li @sample{nativdlg}
 | 
			
		||||
@li @sample{notebook}
 | 
			
		||||
@li @sample{oleauto}
 | 
			
		||||
@@ -253,6 +253,12 @@ The various controls tested are listed here:
 | 
			
		||||
 | 
			
		||||
@sampledir{dataview}
 | 
			
		||||
 | 
			
		||||
@section page_samples_clipboard Clipboard Sample
 | 
			
		||||
 | 
			
		||||
@sampleabout{wxClipboard}
 | 
			
		||||
 | 
			
		||||
@sampledir{clipboard}
 | 
			
		||||
 | 
			
		||||
@section page_samples_debugrpt Debug Reporter Sample
 | 
			
		||||
 | 
			
		||||
This sample shows how to use wxDebugReport class to
 | 
			
		||||
@@ -359,12 +365,6 @@ wxDataObject to achieve this.
 | 
			
		||||
 | 
			
		||||
@sampledir{drawing}
 | 
			
		||||
 | 
			
		||||
@section page_samples_editlbox Editable List Box Sample
 | 
			
		||||
 | 
			
		||||
@sampleabout{wxEditableListBox}
 | 
			
		||||
 | 
			
		||||
@sampledir{editlbox}
 | 
			
		||||
 | 
			
		||||
@section page_samples_erase Erase Event Sample
 | 
			
		||||
 | 
			
		||||
@sampleabout{wxEraseEvent}
 | 
			
		||||
@@ -621,13 +621,6 @@ a good starting point for learning how to use wxWidgets.
 | 
			
		||||
 | 
			
		||||
@sampledir{minimal}
 | 
			
		||||
 | 
			
		||||
@section page_samples_mobile Mobile Sample
 | 
			
		||||
 | 
			
		||||
@todo Figure out what this sample is written for, maybe remove it from samples,
 | 
			
		||||
since it seems to an incomplete test program (for mobile phone?)
 | 
			
		||||
 | 
			
		||||
@sampledir{mobile}
 | 
			
		||||
 | 
			
		||||
@section page_samples_nativdlg Native Windows Dialog Sample
 | 
			
		||||
 | 
			
		||||
@sampleabout{native windows dialog}
 | 
			
		||||
@@ -967,7 +960,8 @@ demonstrated here as well - try the corresponding menu entries.
 | 
			
		||||
 | 
			
		||||
@sampleabout{wxWidgets types}
 | 
			
		||||
 | 
			
		||||
@todo Rewrite its description ASAP.
 | 
			
		||||
@todo This sample isn't very didactive; it's more than a set of tests rather
 | 
			
		||||
      than a sample and thus should be rewritten with CppUnit and moved under "tests"
 | 
			
		||||
 | 
			
		||||
@sampledir{typetest}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user