wxWidgets/include/wx/propgrid
Artur Wieczorek 6ba0f3016b Use wxBufferedPaintDC to implement double buffering in wxPG.
This also fixes drawing the PG when buffer is not available and there is necessary do draw directly on window DC.
wxPropertyGrid::DrawItems method is simplified and wxPropertyGrid::DoDrawItems method is reimplemented since its 3-rd argument (isBuffered) is unneeded anymore.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78266 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2014-12-12 22:36:28 +00:00
..
advprops.h Compilation fixes to wxPropertyGrid after r76558. 2014-05-17 13:41:27 +00:00
editors.h removing extra semicola 2014-03-31 07:08:06 +00:00
manager.h Refactor: mark wxPropertyGridManager::SetId() as overridden virtual method. 2014-12-09 17:11:59 +00:00
property.h Fix drawing custom colours for wxEnumProperty choice items in wxPG. 2014-08-29 21:17:16 +00:00
propgrid.h Use wxBufferedPaintDC to implement double buffering in wxPG. 2014-12-12 22:36:28 +00:00
propgriddefs.h Use a hash set instead of vector to hold dedicated keys in wxPG. 2014-11-24 16:04:53 +00:00
propgridiface.h Refresh property grid when property is switched to read-only state. 2014-07-07 22:32:57 +00:00
propgridpagestate.h Fix using compatibility flag in propgridpagestate.h header file. 2014-11-24 16:06:42 +00:00
props.h Add member function to retrieve wxBoolProperty attribute. 2014-11-29 20:18:47 +00:00