X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..8b385bf892c1f831965313eaf3ee59b10b435afd:/interface/wx/statline.h diff --git a/interface/wx/statline.h b/interface/wx/statline.h index 226f28a70a..e68fa8311b 100644 --- a/interface/wx/statline.h +++ b/interface/wx/statline.h @@ -8,10 +8,14 @@ /** @class wxStaticLine - @wxheader{statline.h} A static line is just a line which may be used in a dialog to separate the - groups of controls. The line may be only vertical or horizontal. + groups of controls. + + The line may be only vertical or horizontal. Moreover, not all ports + (notably not wxGTK) support specifying the transversal direction of the + line (e.g. height for a horizontal line) so for maximial portability you + should specify it as wxDefaultCoord. @beginStyleTable @style{wxLI_HORIZONTAL}