delete the associated wxStaticBox in wxStaticBoxSizer dtor (patch 1473769)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39380 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
\section{\class{wxStaticBoxSizer}}\label{wxstaticboxsizer}
|
||||
|
||||
wxStaticBoxSizer is a sizer derived from wxBoxSizer but adds a static
|
||||
box around the sizer. This static box has to be created independently or the
|
||||
sizer may create it itself as a convenience.
|
||||
box around the sizer. This static box may be either created independently or
|
||||
the sizer may create it itself as a convenience. In any case, the sizer owns
|
||||
the \helpref{wxStaticBox}{wxstaticbox} control and will delete it if it is
|
||||
deleted.
|
||||
|
||||
\wxheading{Derived from}
|
||||
|
||||
|
Reference in New Issue
Block a user