wxWidgets/include/wx/propgrid
Dimitri Schoolwerth 80fdcdb90e No changes, synchronised source names that appear commented at the top of files with the actual path to the files.
Fixed commented names (path, filename, and extension) of files in include/ and src/. Prepended the names in src/ with "src/" everywhere, while starting those in include/wx/ with "wx/".

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67254 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-03-20 00:14:35 +00:00
..
advprops.h Added 'HasAlpha' attribute for wxColourProperty. Setting it to true allows user to edit the alpha component. 2011-01-02 10:14:29 +00:00
editors.h Added missing wx/defs.h includes in propgrid headers 2010-08-26 13:25:07 +00:00
manager.h No longer use semi-static IDs for wxPropertyGrid embedded controls and tool bar tools. 2010-12-27 11:17:40 +00:00
property.h Added 'HasAlpha' attribute for wxColourProperty. Setting it to true allows user to edit the alpha component. 2011-01-02 10:14:29 +00:00
propgrid.h To prevent wxPropertyGrid from stealing frocus from other controls, only let SetFocusOnCanvas() move focus to the main grid 'canvas' if focus was already in on the grid's child controls 2011-03-07 13:02:33 +00:00
propgriddefs.h Streamline wxPropertyGrid tooltip code 2010-09-23 12:58:02 +00:00
propgridiface.h No changes, synchronised source names that appear commented at the top of files with the actual path to the files. 2011-03-20 00:14:35 +00:00
propgridpagestate.h Have wxPropertyGrid inherit from wxControl and wxScrollHelper instead of wxScrolledWindow. This is the approach other scrolled controls use. 2010-09-24 14:47:20 +00:00
props.h Use wxString's empty() when checking if the string is (non-)empty throughout wx. 2011-01-22 14:38:36 +00:00