]> git.saurik.com Git - wxWidgets.git/commit - src/msw/checkbox.cpp
Add public (but not documented) wxCheckBox::MSWMakeOwnerDrawn().
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 20 Sep 2012 22:15:37 +0000 (22:15 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 20 Sep 2012 22:15:37 +0000 (22:15 +0000)
commit9b9a7c3331eda5d674e3f67eb0add00df1bcf907
treeb2dac50bcdcf56b567ce7b1ba35b3c47207d26dd
parent652aa9360f96449b56a572edd2c8dd35770a2a3d
Add public (but not documented) wxCheckBox::MSWMakeOwnerDrawn().

It can be useful to explicitly make a check box owner drawn, so make the
private MakeOwnerDrawn() public and add "MSW" prefix to it to allow doing this
from the user code.

Closes #14679.

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