X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12f5e1e78fe906050ff2fee9529476db332633f0..7157abfba1c0db6fba7e938dd7ada17225b29a10:/interface/wx/statline.h diff --git a/interface/wx/statline.h b/interface/wx/statline.h index d714af0467..e68fa8311b 100644 --- a/interface/wx/statline.h +++ b/interface/wx/statline.h @@ -10,7 +10,12 @@ @class wxStaticLine 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}