X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/33d8353fa58dbc66fc9d22fcd510ded6b26ce719..9e9574fe45b176ee74bba8fad7574cf9906145d1:/interface/wx/stattext.h?ds=sidebyside diff --git a/interface/wx/stattext.h b/interface/wx/stattext.h index 5df00457e9..19525e0ae7 100644 --- a/interface/wx/stattext.h +++ b/interface/wx/stattext.h @@ -2,7 +2,6 @@ // Name: stattext.h // Purpose: interface of wxStaticText // Author: wxWidgets team -// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -32,7 +31,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 +46,7 @@ @library{wxcore} @category{ctrl} - @appearance{statictext.png} + @appearance{statictext} @see wxStaticBitmap, wxStaticBox */