Document that wxToolBar strips mnemonics from labels
After the previous commit all 3 major platforms should be doing it.
This commit is contained in:
parent
82060f816a
commit
5e5cdf5393
@ -404,7 +404,10 @@ public:
|
|||||||
An integer by which the tool may be identified in subsequent
|
An integer by which the tool may be identified in subsequent
|
||||||
operations.
|
operations.
|
||||||
@param label
|
@param label
|
||||||
The string to be displayed with the tool.
|
The string to be displayed with the tool. This string may include
|
||||||
|
mnemonics, i.e. characters prefixed by an ampersand ("&"), but they
|
||||||
|
are stripped from it and not actually shown in the toolbar as tools
|
||||||
|
can't be activated from keyboard.
|
||||||
@param bitmap
|
@param bitmap
|
||||||
The primary tool bitmap.
|
The primary tool bitmap.
|
||||||
@param shortHelp
|
@param shortHelp
|
||||||
|
Loading…
Reference in New Issue
Block a user