X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..d18868bb9b22d6f0fd1010779ddab14a6ab398d8:/include/wx/gtk/stattext.h diff --git a/include/wx/gtk/stattext.h b/include/wx/gtk/stattext.h index c17c410591..2510336918 100644 --- a/include/wx/gtk/stattext.h +++ b/include/wx/gtk/stattext.h @@ -7,23 +7,8 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifndef __GTKSTATICTEXTH__ -#define __GTKSTATICTEXTH__ - -#include "wx/defs.h" -#include "wx/object.h" -#include "wx/list.h" -#include "wx/control.h" - -//----------------------------------------------------------------------------- -// classes -//----------------------------------------------------------------------------- - -class WXDLLIMPEXP_CORE wxStaticText; - -//----------------------------------------------------------------------------- -// global data -//----------------------------------------------------------------------------- +#ifndef _WX_GTK_STATTEXT_H_ +#define _WX_GTK_STATTEXT_H_ //----------------------------------------------------------------------------- // wxStaticText @@ -65,6 +50,9 @@ public: // -------------- protected: + virtual bool GTKWidgetNeedsMnemonic() const; + virtual void GTKWidgetDoSetMnemonic(GtkWidget* w); + virtual void DoSetSize(int x, int y, int width, int height, int sizeFlags = wxSIZE_AUTO); @@ -74,4 +62,4 @@ protected: DECLARE_DYNAMIC_CLASS(wxStaticText) }; -#endif // __GTKSTATICTEXTH__ +#endif // _WX_GTK_STATTEXT_H_