Mention that wxOSX doesn't implement SetLayoutDirection()

At least avoid wasting people time with debugging why it doesn't work.
This commit is contained in:
Vadim Zeitlin
2016-11-17 02:02:06 +01:00
parent 3404d55be0
commit 5ffb8de44d

View File

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