X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5d4cca7f4bcbead614819eaa8d79e0edee24b70c..357d2b88cb15fa0ad97b1676fdbc88c2abc85451:/docs/doxygen/mainpages/samples.h diff --git a/docs/doxygen/mainpages/samples.h b/docs/doxygen/mainpages/samples.h index 366018b15f..5587d73e0c 100644 --- a/docs/doxygen/mainpages/samples.h +++ b/docs/doxygen/mainpages/samples.h @@ -71,7 +71,6 @@ TODO: Organize them in a more human-readable way. @li @sample{display} @li @sample{dnd} @li @sample{docview} -@li @sample{docvwmdi} @li @sample{dragimag} @li @sample{drawing} @li @sample{editlbox} @@ -107,6 +106,7 @@ TODO: Organize them in a more human-readable way. @li @sample{popup} @li @sample{power} @li @sample{printing} +@li @sample{propgrid} @li @sample{regtest} @li @sample{render} @@ -345,15 +345,7 @@ wxDataObject to achieve this. @sampledir{docview} -@see @sample{docvwmdi}, @sample{mdi} - -@section page_samples_docvwmdi Document/View MDI Sample - -@sampleabout{@ref overview_docview in MDI} - -@see @sample{docview}, @sample{mdi} - -@sampledir{docvwmdi} +@see @sample{mdi} @section page_samples_dragimag Drag Image Sample @@ -563,7 +555,7 @@ The sample also provides some timings for adding/deleting/sorting a lot of @sampleabout{MDI} -@see @sample{docview}, @sample{docvwmdi} +@see @sample{docview} @sampledir{mdi} @@ -688,6 +680,21 @@ commands through menu. @sampledir{printing} +@section page_samples_propgrid wxPropertyGrid Sample + +Sample application has following additional examples of custom properties: +- wxFontDataProperty ( edits wxFontData ) +- wxPointProperty ( edits wxPoint ) +- wxSizeProperty ( edits wxSize ) +- wxAdvImageFileProperty ( like wxImageFileProperty, but also has a drop-down + for recent image selection ) +- wxDirsProperty ( edits a wxArrayString consisting of directory strings) +- wxArrayDoubleProperty ( edits wxArrayDouble ) + +@sampleabout{wxPropertyGrid} + +@sampledir{propgrid} + @section page_samples_regtest Registry Sample @sampleabout{wxRegKey}