X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4bb6408c2631988fab9925014c6619358bf867de..184b5d99a5382cd7a19888c85aff11f8a21af2f6:/src/motif/spinbutt.cpp diff --git a/src/motif/spinbutt.cpp b/src/motif/spinbutt.cpp index 5111233fe9..6c7c4d4424 100644 --- a/src/motif/spinbutt.cpp +++ b/src/motif/spinbutt.cpp @@ -68,6 +68,21 @@ void wxSpinButton::SetRange(int minVal, int maxVal) // TODO } +void wxSpinButton::ChangeFont(bool keepOriginalSize) +{ + // TODO +} + +void wxSpinButton::ChangeBackgroundColour() +{ + // TODO +} + +void wxSpinButton::ChangeForegroundColour() +{ + // TODO +} + // Spin event IMPLEMENT_DYNAMIC_CLASS(wxSpinEvent, wxScrollEvent)