]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/stattext.h
Fix wrong use of EVT_COMMAND in the example in wxThread documentation.
[wxWidgets.git] / interface / wx / stattext.h
index 5df00457e9a7fcba90c1a09401105f526853eab8..1eb25ce56da6f7742ba942408c673e3bb94fbdb9 100644 (file)
@@ -32,7 +32,7 @@
            size of the text when SetLabel() is called. If this style flag is
            given, the control will not change its size (this style is
            especially useful with controls which also have the @c wxALIGN_RIGHT or
-           the @c wxALIGN_CENTRE style because otherwise they won't make sense any
+           the @c wxALIGN_CENTRE_HORIZONTAL style because otherwise they won't make sense any
            longer after a call to SetLabel()).
     @style{wxST_ELLIPSIZE_START}
            If the labeltext width exceeds the control width, replace the beginning
@@ -47,7 +47,7 @@
 
     @library{wxcore}
     @category{ctrl}
-    @appearance{statictext.png}
+    @appearance{statictext}
 
     @see wxStaticBitmap, wxStaticBox
 */