]> git.saurik.com Git - wxWidgets.git/commit
Make it easier to define custom wxSizerXmlHandler subclasses.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 24 Oct 2010 14:33:58 +0000 (14:33 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 24 Oct 2010 14:33:58 +0000 (14:33 +0000)
commit40730ad17db78193611389a3d12db772b28eac31
treee76686aa0fda57b12c7216cc95734b2f24db8229
parent8ec22772d0857bc5fe113ec622ec02be75ffd002
Make it easier to define custom wxSizerXmlHandler subclasses.

No real changes but refactor wxSizerXmlHandler to make it easier to derive
from it by adding virtual IsSizerNode() and DoCreateSizer() methods. To add
support for a custom sizer class you only need to override them in
wxSizerXmlHandler subclass now.

Also document wxSizerXmlHandler which was not documented at all previously.

Closes #11845.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65889 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/xrc/xh_sizer.h
interface/wx/xrc/xh_sizer.h [new file with mode: 0644]
src/xrc/xh_sizer.cpp