wxPropertyGrid 1.2.5 review
DownloadwxPropertyGrid is a property sheet control for wxWidgets. wxPropertyGrid is a specialized two-column grid for editing properties
|
|
wxPropertyGrid is a property sheet control for wxWidgets.
wxPropertyGrid is a specialized two-column grid for editing properties such as strings, numbers, flagsets, string arrays, and colours.
Requirements:
GTK+ version 2.0.x
wxWidgets 2.6.0+
What's New in This Release:
wxPython Bindings: Experimental support for creating custom properties and editors. See README-propgrid-wxPython.txt and test_propgrid.py for more information (carefully, since there are caveats).
Added wxPropertyGridManager::GetDescBoxHeight().
Makefiles for wxWidgets 2.8.0.
Added support for preprocessor define wxPG_USE_WXMODULE. Default is 1, but can be set to 0 inorder not to use wxModule to manage global variables. This may be needed in cases where wxPropertyGrid is linked in a plugin DLL. (patch #1609769 by Tim Stahlhut)
wxPython related source files are now in a separate archive.
Bugs Fixed:
wxGTK, wxMAC: Fixed regression where the control was blank unless extra style wxPG_EX_NATIVE_DOUBLE_BUFFERING was defined.
wxMSW: Indentation in wxTextCtrl editors was not correct in all combinations of font and Windows OS version.
Setting value of a wxSystemColourProperty sometimes partially corrupted the value (specifically, wxColourPropertyValue::m_type). This was a regression caused by a buggy bug fix in 1.2.4.
Property's custom text colour was not always applied correctly on the value column.
"make install" didn't work. Note that the current fix is only a workaround (bug #1604887).
Compile errors with GCC 4.1 and newer.
wxImageFilePropertyClass, wxCursorPropertyClass and wxMultiChoicePropertyClass were missing export declaration.
wxPropertyGrid 1.2.5 keywords