]> git.saurik.com Git - wxWidgets.git/commit - src/xrc/xh_sizer.cpp
Create wxStaticBoxSizer elements as children of wxStaticBox in XRC.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 30 Jun 2012 16:33:10 +0000 (16:33 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 30 Jun 2012 16:33:10 +0000 (16:33 +0000)
commitff1aede6200c5c771288ad731cc966c1e690922e
tree355e0642f72d7b0cafbabafbc7aab4cb41e307a2
parenta19d4096a996ddc55859d49f25af5da9a76c6e9f
Create wxStaticBoxSizer elements as children of wxStaticBox in XRC.

As we now recommend creating the controls shown inside wxStaticBox as its
children, and not siblings, follow our own recommendation by doing just this
in XRC handler of wxStaticBoxSizer.

Also add a test of using a tooltip with a wxStaticBoxSizer element to the XRC
demo showing that tooltips do work now for them, unlike before.

Closes #14431.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71886 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
samples/xrc/rc/objref.xrc
src/xrc/xh_sizer.cpp