X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/eaaa6a06a25774c18d10bb8182cc1934ed0ed9aa..dafbe8c0af90db9f79931ef1bbec9ceab4c40503:/docs/latex/wx/statbox.tex diff --git a/docs/latex/wx/statbox.tex b/docs/latex/wx/statbox.tex index d57fbca254..a3ce189d80 100644 --- a/docs/latex/wx/statbox.tex +++ b/docs/latex/wx/statbox.tex @@ -3,6 +3,11 @@ A static box is a rectangle drawn around other panel items to denote a logical grouping of items. +Please note that a static box should {\bf not} be used as the parent for the +controls it contains, instead they should be siblings of each other. Although +using a static box as a parent might work in some versions of wxWindows, it +results in a crash under, for example, wxGTK. + \wxheading{Derived from} \helpref{wxControl}{wxcontrol}\\ @@ -10,6 +15,10 @@ a logical grouping of items. \helpref{wxEvtHandler}{wxevthandler}\\ \helpref{wxObject}{wxobject} +\wxheading{Include files} + + + \wxheading{Window styles} There are no special styles for this control.