.. |
makefile.bcc
|
added wxPropertyGrid from Jaakko Salli (#9934)
|
2008-09-12 20:57:41 +00:00 |
makefile.gcc
|
added wxPropertyGrid from Jaakko Salli (#9934)
|
2008-09-12 20:57:41 +00:00 |
Makefile.in
|
added wxPropertyGrid from Jaakko Salli (#9934)
|
2008-09-12 20:57:41 +00:00 |
makefile.unx
|
added wxPropertyGrid from Jaakko Salli (#9934)
|
2008-09-12 20:57:41 +00:00 |
makefile.vc
|
added wxPropertyGrid from Jaakko Salli (#9934)
|
2008-09-12 20:57:41 +00:00 |
makefile.wat
|
added wxPropertyGrid from Jaakko Salli (#9934)
|
2008-09-12 20:57:41 +00:00 |
propgrid_minimal.cpp
|
Removed some old testing code. Added more appropriate minimal content.
|
2008-09-17 15:49:52 +00:00 |
propgrid_vc7.vcproj
|
added wxPropertyGrid from Jaakko Salli (#9934)
|
2008-09-12 20:57:41 +00:00 |
propgrid_vc8.vcproj
|
added wxPropertyGrid from Jaakko Salli (#9934)
|
2008-09-12 20:57:41 +00:00 |
propgrid.bkl
|
added wxPropertyGrid from Jaakko Salli (#9934)
|
2008-09-12 20:57:41 +00:00 |
propgrid.cpp
|
Removed macros to create enum and flag props with custom, static choice sets. Now use wxPGProperty::SetChoices() instead.
|
2008-09-19 17:39:09 +00:00 |
propgrid.dsp
|
added wxPropertyGrid from Jaakko Salli (#9934)
|
2008-09-12 20:57:41 +00:00 |
propgrid.h
|
Eliminated WX_PG_DECLARE_X_METHODS macros
|
2008-09-19 17:13:51 +00:00 |
sampleprops.cpp
|
Eliminated C++ RTTI (typeid etc) use. Eliminated wxPGVariantData (default default value for new types is now Null variant). Re-created variantdata creator macros based on those found in variant.h. Using DECLARE/IMPLEMENT_VARIANT_OBJECT whenever possible.
|
2008-09-16 15:55:53 +00:00 |
sampleprops.h
|
Eliminated WX_PG_DECLARE_X_METHODS macros
|
2008-09-19 17:13:51 +00:00 |
tests.cpp
|
Removed macros to create enum and flag props with custom, static choice sets. Now use wxPGProperty::SetChoices() instead.
|
2008-09-19 17:39:09 +00:00 |