wxWidgets/include/wx/generic/private
Vadim Zeitlin 1c25a4c2ae Use two step creation of wxListHeaderWindow to avoid reentrancy under OSX.
This improves the solution of the problem already solved in r74197 by
separating setting of m_headerWin variable from the window creation instead of
using an explicit recursion check.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74231 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-06-13 13:57:28 +00:00
..
grid.h Really fix the problem with caret in wxGrid text editor under MSW. 2013-04-28 18:25:42 +00:00
listctrl.h Use two step creation of wxListHeaderWindow to avoid reentrancy under OSX. 2013-06-13 13:57:28 +00:00
markuptext.h
richtooltip.h Make wxRect parameter of wxRichToolTip::ShowFor() const. 2013-03-02 12:11:32 +00:00
textmeasure.h Allow creating wxTextMeasure without specifying the font. 2012-11-01 17:15:22 +00:00
timer.h