X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5267aefd85739afd26bd19bfba998005119db446..d3fa4bc22e84e3ca4d88cc1772f2d414140a1017:/interface/wx/statline.h diff --git a/interface/wx/statline.h b/interface/wx/statline.h index f2830d91cd..57c21511e8 100644 --- a/interface/wx/statline.h +++ b/interface/wx/statline.h @@ -3,7 +3,7 @@ // Purpose: interface of wxStaticLine // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -14,7 +14,7 @@ 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 + line (e.g. height for a horizontal line) so for maximal portability you should specify it as wxDefaultCoord. @beginStyleTable @@ -46,7 +46,7 @@ public: Window identifier. The value wxID_ANY indicates a default value. @param pos Window position. - If wxDefaultPosition is specified then a default position is chosen. + If ::wxDefaultPosition is specified then a default position is chosen. @param size Size. Note that either the height or the width (depending on whether the line if horizontal or vertical) is ignored. @@ -61,7 +61,7 @@ public: const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxLI_HORIZONTAL, - const wxString& name = "staticLine"); + const wxString& name = wxStaticLineNameStr); /** Creates the static line for two-step construction.