]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/stattext.h
Add test for absence of events from wxSpinCtrlDouble ctor.
[wxWidgets.git] / interface / wx / stattext.h
index 08fddf0b150cdc017ef6b6e7f4d3de1370186381..19525e0ae7faaea9e9896c0a0e787d0277939290 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        stattext.h
 // Purpose:     interface of wxStaticText
 // Author:      wxWidgets team
 // Name:        stattext.h
 // Purpose:     interface of wxStaticText
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
            Align the text to the left.
     @style{wxALIGN_RIGHT}
            Align the text to the right.
            Align the text to the left.
     @style{wxALIGN_RIGHT}
            Align the text to the right.
-    @style{wxALIGN_CENTRE}
+    @style{wxALIGN_CENTRE_HORIZONTAL}
            Center the text (horizontally).
     @style{wxST_NO_AUTORESIZE}
            By default, the control will adjust its size to exactly fit to the
            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
            Center the text (horizontally).
     @style{wxST_NO_AUTORESIZE}
            By default, the control will adjust its size to exactly fit to the
            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
            longer after a call to SetLabel()).
     @style{wxST_ELLIPSIZE_START}
            If the labeltext width exceeds the control width, replace the beginning
@@ -47,7 +46,7 @@
 
     @library{wxcore}
     @category{ctrl}
 
     @library{wxcore}
     @category{ctrl}
-    @appearance{statictext.png}
+    @appearance{statictext}
 
     @see wxStaticBitmap, wxStaticBox
 */
 
     @see wxStaticBitmap, wxStaticBox
 */