mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-31 16:10:07 +01:00
6 lines
256 B
Python
6 lines
256 B
Python
|
|
self.myMenuItem.SetItemLabel("My &item\tCTRL+I")
|
|
self.myMenuItem2.SetItemLabel("Clean and build\tF7")
|
|
self.myMenuItem3.SetItemLabel("Simple item")
|
|
self.myMenuItem4.SetItemLabel("Item with &accelerator")
|