added wxPropertyGrid from Jaakko Salli (#9934)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55576 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-09-12 20:57:41 +00:00
parent 2bed17c862
commit 1c4293cb91
100 changed files with 49644 additions and 265 deletions

View File

@@ -107,6 +107,7 @@ TODO: Organize them in a more human-readable way.
@li @sample{popup}
@li @sample{power}
@li @sample{printing}
@li @sample{propgrid}
</td><td>
@li @sample{regtest}
@li @sample{render}
@@ -688,6 +689,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}