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:
parent
99434fa005
commit
f330490287
1 changed files with 3 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue