Document that wxAUI_MGR_RECTANGLE_HINT shouldn't be used

It doesn't work under wxGTK and wxOSX because wxScreenDC can't be used
there.
This commit is contained in:
Vadim Zeitlin 2023-12-24 15:32:02 +01:00
parent 99434fa005
commit f330490287

View file

@ -134,7 +134,9 @@ enum wxAuiManagerOption
appearing partially transparent hint.
@style{wxAUI_MGR_RECTANGLE_HINT}
The possible location for docking is indicated by a rectangular
outline.
outline. Note that this flag doesn't work, i.e. doesn't show any
hint in wxGTK and wxOSX, please use one of the hint flags above
instead.
@style{wxAUI_MGR_HINT_FADE}
The translucent area where the pane could be docked appears gradually.
@style{wxAUI_MGR_NO_VENETIAN_BLINDS_FADE}