wxWidgets/include/wx/propgrid
Jaakko Salli b4a72504ad Exposed wxPGCell to SWIG
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62439 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-10-17 12:28:34 +00:00
..
advprops.h No changes, just removed hard tabs and trailing white space. 2009-08-21 10:41:26 +00:00
editors.h Added missing virtual dtor for wxPGMultiButton 2009-06-12 14:01:25 +00:00
manager.h Added multiple selection feature to wxPropertyGrid (enabled by setting wxPG_EX_MULTIPLE_SELECTION style) 2009-08-17 18:36:00 +00:00
property.h Exposed wxPGCell to SWIG 2009-10-17 12:28:34 +00:00
propgrid.h Have page-specific splitter setup flags in order to fix bug that caused splitter change in one page to affect others. Also fixed a regression in splitter auto-centering. 2009-10-11 15:30:03 +00:00
propgriddefs.h wxTextEntry::SetMargins(), GetMargins() - implemented on wxMSW and wxGTK (GTK+ 2.10+); also added similar functions into wxComboCtrl, deprecated old indent-functions; wxPropertyGrid modified to use the new functionality 2009-09-05 12:39:12 +00:00
propgridiface.h Changed 'bool recursively' to 'int flags' argument (with default value of wxPG_RECURSE) in wxPropertyGrid Set(Property)BackgroundColour() and Set(Property)TextColour() member functions. 2009-10-15 16:39:19 +00:00
propgridpagestate.h Have page-specific splitter setup flags in order to fix bug that caused splitter change in one page to affect others. Also fixed a regression in splitter auto-centering. 2009-10-11 15:30:03 +00:00
props.h Implementations of wxPGProperty::ChildChanged() must now return changed value of the whole property instead of writing it back to 'thisValue' argument. This change was done primarily for better compatibility with wxPython bindings, but should also be slightly more cleaner behavior API-wise. Breaks backwards compatibility, but not silently. 2009-06-07 07:52:53 +00:00