Merge branch 'id-docs'

Improve documentation of window and menu item IDs.

Closes https://github.com/wxWidgets/wxWidgets/pull/890
This commit is contained in:
Vadim Zeitlin
2018-08-27 02:15:53 +02:00
4 changed files with 55 additions and 13 deletions

View File

@@ -548,6 +548,8 @@ public:
@param id
The menu command identifier.
See @ref overview_windowids for more information about IDs (same
considerations apply to both window and menu item IDs).
@param item
The string to appear on the menu item.
See wxMenuItem::SetItemLabel() for more details.