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