X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/329e86bfdedacf2736fa77eea1ae171c3c732355..31ad423e4fb556ec225a63b161154d3bf3445c1b:/include/wx/gtk/statline.h diff --git a/include/wx/gtk/statline.h b/include/wx/gtk/statline.h index d892e1ab61..803ae2018a 100644 --- a/include/wx/gtk/statline.h +++ b/include/wx/gtk/statline.h @@ -11,7 +11,7 @@ #ifndef __GTKSTATICLINEH__ #define __GTKSTATICLINEH__ -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma interface #endif @@ -45,6 +45,10 @@ public: bool Create( wxWindow *parent, wxWindowID id, const wxPoint &pos = wxDefaultPosition, const wxSize &size = wxDefaultSize, long style = wxLI_HORIZONTAL, const wxString &name = wxStaticTextNameStr ); + + static wxVisualAttributes + GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL); + }; #endif