From 29a514cfc69c73383d86b6fb7e36a0ea2388bbfa Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 17 Nov 2016 02:02:06 +0100 Subject: [PATCH] Mention that wxOSX doesn't implement SetLayoutDirection() At least avoid wasting people time with debugging why it doesn't work. (cherry picked from commit 5ffb8de44d4049206cfdada02fc4ba3aaf2e9687) --- interface/wx/window.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/interface/wx/window.h b/interface/wx/window.h index cfbdcd400c..6e4d481f4d 100644 --- a/interface/wx/window.h +++ b/interface/wx/window.h @@ -2902,6 +2902,9 @@ public: /** Sets the layout direction for this window. + + This function is only supported under MSW and GTK platforms, but not + under Mac currently. */ virtual void SetLayoutDirection(wxLayoutDirection dir);