mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-18 18:22:01 +08:00
Remove duplicated comment for wxAUI_ORIENTATION_MASK
This comment was for wxAUI_TB_TEXT and didn't make sense here. Leave wxAUI_ORIENTATION_MASK itself just in case anything relies on it being here.
This commit is contained in:
@@ -124,8 +124,10 @@ enum wxAuiToolBarStyle
|
||||
wxAUI_TB_ROTATE_ICON_WITH_TEXT = 1 << 11,
|
||||
|
||||
/**
|
||||
Shows the text in the toolbar buttons; by default only icons are shown.
|
||||
*/
|
||||
Mask including both orientation flags.
|
||||
|
||||
This value can't be used as a style.
|
||||
*/
|
||||
wxAUI_ORIENTATION_MASK = (wxAUI_TB_VERTICAL | wxAUI_TB_HORIZONTAL),
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user