X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a290fa5a7deebe9d96c0c0089d18e27d4bd9b624..dca0afc73cbd2a278f9d48bf75ef381b11b5aa00:/include/wx/univ/statline.h?ds=sidebyside diff --git a/include/wx/univ/statline.h b/include/wx/univ/statline.h index c6419bb513..85fb86f3a2 100644 --- a/include/wx/univ/statline.h +++ b/include/wx/univ/statline.h @@ -8,14 +8,10 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "univstatline.h" -#endif - #ifndef _WX_UNIV_STATLINE_H_ #define _WX_UNIV_STATLINE_H_ -class WXDLLEXPORT wxStaticLine : public wxStaticLineBase +class WXDLLIMPEXP_CORE wxStaticLine : public wxStaticLineBase { public: // constructors and pseudo-constructors @@ -33,21 +29,21 @@ public: } 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 ); protected: virtual void DoDraw(wxControlRenderer *renderer);