]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/statline.h
don't call OnCloseDocument() from OnNewDocument(), this plainly doesn't make sense...
[wxWidgets.git] / interface / wx / statline.h
index 226f28a70a55f29921610eb33146d6c716985f42..e68fa8311bf90b79f348b6e971ca53a68ae91779 100644 (file)
@@ -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}