Mention that wxOSX doesn't implement SetLayoutDirection()

At least avoid wasting people time with debugging why it doesn't work.

(cherry picked from commit 5ffb8de44d)
This commit is contained in:
Vadim Zeitlin
2016-11-17 02:02:06 +01:00
committed by Paul Cornett
parent 87289bdc04
commit 29a514cfc6

View File

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