X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..a9e8bf2dd9bccb38eb39fba955125aaf23d6f500:/include/wx/gtk1/spinbutt.h diff --git a/include/wx/gtk1/spinbutt.h b/include/wx/gtk1/spinbutt.h index 585808718c..c9b6f385e1 100644 --- a/include/wx/gtk1/spinbutt.h +++ b/include/wx/gtk1/spinbutt.h @@ -1,25 +1,21 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: wx/gtk/spinbutt.h +// Name: wx/gtk1/spinbutt.h // Purpose: wxSpinButton class // Author: Robert Roebling // Modified by: // RCS-ID: $Id$ // Copyright: (c) Robert Roebling -// Licence: wxWidgets licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_GTK_SPINBUTT_H_ #define _WX_GTK_SPINBUTT_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface -#endif - //----------------------------------------------------------------------------- // wxSpinButton //----------------------------------------------------------------------------- -class wxSpinButton : public wxSpinButtonBase +class WXDLLIMPEXP_CORE wxSpinButton : public wxSpinButtonBase { public: wxSpinButton() { } @@ -48,12 +44,11 @@ public: static wxVisualAttributes GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL); - + // implementation void OnSize( wxSizeEvent &event ); bool IsOwnGtkWindow( GdkWindow *window ); - void ApplyWidgetStyle(); GtkAdjustment *m_adjust; float m_oldPos;