wxWidgets/include/wx/propgrid
Artur Wieczorek 752938cecd Fix a hack implemented in wxEnumProperty::ValueFromString_ and wxEnumProperty::ValueFromInt_ functions.
wxEnumProperty code is refactored in order to fix a hack which purpose was (apparently) to bypass constness of these functions by caching determined indices in wxEnumProperty::ms_nextIndex static member variable for further processing. (Unclear concept of using this static member was referred in http://trac.wxwidgets.org/ticket/12779#comment:9)
Now, determined index is returned to the caller and processed there if necessary and hence caching of this index is not necessary.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78390 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2015-01-19 17:22:29 +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 Fix using WXWIN_COMPATIBILITY_3_0 in conditional blocks in wxPG code. 2015-01-13 16:41:33 +00:00
property.h Fix using WXWIN_COMPATIBILITY_3_0 in conditional blocks in wxPG code. 2015-01-13 16:41:33 +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 WXWIN_COMPATIBILITY_3_0 in conditional blocks in wxPG code. 2015-01-13 16:41:33 +00:00
props.h Fix a hack implemented in wxEnumProperty::ValueFromString_ and wxEnumProperty::ValueFromInt_ functions. 2015-01-19 17:22:29 +00:00