From f6de4903d50a9cc6b061993bc7525811f15c8215 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 21 Feb 2016 17:02:22 +0100 Subject: [PATCH] Document that wxALIGN_RIGHT doesn't work with wxCheckBox under OS X See #17380. --- interface/wx/checkbox.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/interface/wx/checkbox.h b/interface/wx/checkbox.h index 203928873c..c54231bc7c 100644 --- a/interface/wx/checkbox.h +++ b/interface/wx/checkbox.h @@ -56,7 +56,8 @@ enum wxCheckBoxState It can only be done from code. Using this flags allows the user to set the checkbox to the third state by clicking. @style{wxALIGN_RIGHT} - Makes the text appear on the left of the checkbox. + Makes the text appear on the left of the checkbox. Not implemented + in wxOSX. @endStyleTable @beginEventEmissionTable{wxCommandEvent}