X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e1d63b79352db5290a9f86428d193bd6a08ef32f..9d52aad39a4e3b52c5baa50b9cc55caaf91bb026:/include/wx/palmos/statline.h diff --git a/include/wx/palmos/statline.h b/include/wx/palmos/statline.h index 4e11f108a1..3101682bea 100644 --- a/include/wx/palmos/statline.h +++ b/include/wx/palmos/statline.h @@ -12,10 +12,6 @@ #ifndef _WX_MSW_STATLINE_H_ #define _WX_MSW_STATLINE_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface -#endif - // ---------------------------------------------------------------------------- // wxStaticLine // ---------------------------------------------------------------------------- @@ -27,21 +23,21 @@ public: wxStaticLine() { } wxStaticLine( wxWindow *parent, - wxWindowID id, + wxWindowID id = wxID_ANY, const wxPoint &pos = wxDefaultPosition, const wxSize &size = wxDefaultSize, long style = wxLI_HORIZONTAL, - const wxString &name = wxStaticTextNameStr ) + const wxString &name = wxStaticLineNameStr ) { Create(parent, id, pos, size, style, name); } bool Create( wxWindow *parent, - wxWindowID id, + wxWindowID id = wxID_ANY, const wxPoint &pos = wxDefaultPosition, const wxSize &size = wxDefaultSize, long style = wxLI_HORIZONTAL, - const wxString &name = wxStaticTextNameStr ); + const wxString &name = wxStaticLineNameStr ); // overriden base class virtuals virtual bool AcceptsFocus() const { return FALSE; }