]> git.saurik.com Git - wxWidgets.git/commitdiff
mention that it may be impossible to set the size of a wxStaticLine in the transversa...
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 28 Jul 2008 11:56:16 +0000 (11:56 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 28 Jul 2008 11:56:16 +0000 (11:56 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54794 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/statline.h

index d714af0467901b7f9daa3e15b6c9a70d1e335730..e68fa8311bf90b79f348b6e971ca53a68ae91779 100644 (file)
     @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}