Document that wxALIGN_RIGHT doesn't work with wxCheckBox under OS X

See #17380.
This commit is contained in:
Vadim Zeitlin
2016-02-21 17:02:22 +01:00
parent b4e3188876
commit f6de4903d5

View File

@@ -56,7 +56,8 @@ enum wxCheckBoxState
It can only be done from code. Using this flags allows the user to It can only be done from code. Using this flags allows the user to
set the checkbox to the third state by clicking. set the checkbox to the third state by clicking.
@style{wxALIGN_RIGHT} @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 @endStyleTable
@beginEventEmissionTable{wxCommandEvent} @beginEventEmissionTable{wxCommandEvent}