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);