No changes, just do wxButton fields initialization in Init() in wxMSW.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 27 Feb 2011 12:47:36 +0000 (12:47 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 27 Feb 2011 12:47:36 +0000 (12:47 +0000)
commit6af59fe7f49a69ce78f33f6fc252938e4abe3191
tree943efae16682a6ccbe0b23fb7765569662e4c275
parent3b5651af397148dc339ae8e47fa1db1061ee1fa1
No changes, just do wxButton fields initialization in Init() in wxMSW.

Add a helper function called from ctors and initialize m_imageData in it
instead of doing it in each ctor -- this will be more important when we add
more wxButton members.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67057 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/msw/button.h