Add a test for a tooltip for a control inside a static box.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 4 Sep 2013 00:14:25 +0000 (00:14 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 4 Sep 2013 00:14:25 +0000 (00:14 +0000)
commitf1c498821548ba0d1fb916b00328a7622886e115
tree71c2869c85af54d1872773794bf98ef8c063519f
parent178635b62a262f694533468a355dd090cbf78a32
Add a test for a tooltip for a control inside a static box.

Also create the controls as children of the static box, not its siblings, to
make the tooltip work under wxGTK and because this is how we recommend doing
things now.

See #9859.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74755 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
samples/widgets/static.cpp