From 5ffb8de44d4049206cfdada02fc4ba3aaf2e9687 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. --- interface/wx/window.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/interface/wx/window.h b/interface/wx/window.h index baaad2ee6b..9f57e9fc2f 100644 --- a/interface/wx/window.h +++ b/interface/wx/window.h @@ -3051,6 +3051,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);