X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..d294c9db889143938d8164df03fef56bdc1ab45e:/include/wx/motif/spinbutt.h diff --git a/include/wx/motif/spinbutt.h b/include/wx/motif/spinbutt.h index 227cd698aa..abe12fb2ee 100644 --- a/include/wx/motif/spinbutt.h +++ b/include/wx/motif/spinbutt.h @@ -6,16 +6,12 @@ // Created: 17/09/98 // RCS-ID: $Id$ // Copyright: (c) Julian Smart -// Licence: wxWidgets licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_SPINBUTT_H_ #define _WX_SPINBUTT_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "spinbutt.h" -#endif - class WXDLLEXPORT wxArrowButton; // internal class WXDLLEXPORT wxSpinButton : public wxSpinButtonBase @@ -58,7 +54,7 @@ public: // Implementation virtual void Command(wxCommandEvent& event) { (void)ProcessCommand(event); }; - virtual void ChangeFont(bool keepOriginalSize = TRUE); + virtual void ChangeFont(bool keepOriginalSize = true); virtual void ChangeBackgroundColour(); virtual void ChangeForegroundColour(); public: