What is the best way to implement a property sheet with wxWidgets?
Jörn Koch
joern at ca3d-engine.de
Fri Oct 26 09:33:12 PDT 2007
Hello fellow wxWidgets users!
I'm currently looking for a way to display key/value combinations of
different kinds (strings, color values, etc.) in a property sheet. The
following screenshot shows an example of what the solution should look like:
http://www.neoaxisgroup.com/screenshots/particlesystemeditor.jpg
Since wxWidgets doesn't seem to support these kind of property sheets
natively, I think about implementing this in a wxGridSizer environment.
Seeing that wxGridSizer would only help me to display the key/value
pairs in a tabular manner, I'm not sure if this is the best way to
implement such a property sheet.
I would like to ask you for suggestions on how to approach this problem.
Thanks in advance for your help!
With best regards
Jörn
More information about the wx-users
mailing list