X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6c9a19aabab3a878b565e6c2a5f2a3824277c4dc..beeeb19c381f2e395890fd8ccaa2f7f394ad52bd:/src/msw/stattext.cpp diff --git a/src/msw/stattext.cpp b/src/msw/stattext.cpp index 0da7ce60b3..0c89b20693 100644 --- a/src/msw/stattext.cpp +++ b/src/msw/stattext.cpp @@ -9,7 +9,7 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "stattext.h" #endif @@ -33,6 +33,10 @@ #include IMPLEMENT_DYNAMIC_CLASS(wxStaticText, wxControl) +/* + TODO PROPERTIES : + label +*/ bool wxStaticText::Create(wxWindow *parent, wxWindowID id, @@ -51,6 +55,11 @@ bool wxStaticText::Create(wxWindow *parent, return TRUE; } +wxBorder wxStaticText::GetDefaultBorder() const +{ + return wxBORDER_NONE; +} + WXDWORD wxStaticText::MSWGetStyle(long style, WXDWORD *exstyle) const { WXDWORD msStyle = wxControl::MSWGetStyle(style, exstyle);