X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b0f1bdde5a4e8559078a566fb93e050b64940f32..0d57be459406c2830f6abc9d99ae99166c6d133b:/src/motif/notebook.cpp?ds=sidebyside diff --git a/src/motif/notebook.cpp b/src/motif/notebook.cpp index 229dc45e59..c93dbba6f9 100644 --- a/src/motif/notebook.cpp +++ b/src/motif/notebook.cpp @@ -365,3 +365,18 @@ void wxNotebook::ChangePage(int nOldSel, int nSel) m_nSelection = nSel; } +void wxNotebook::ChangeFont() +{ + // TODO +} + +void wxNotebook::ChangeBackgroundColour() +{ + // TODO +} + +void wxNotebook::ChangeForegroundColour() +{ + // TODO +} +