-
Hello, how do I add a sub menu item ? thanks ! ( I'm playing with the examples/pomodoro example ) |
Beta Was this translation helpful? Give feedback.
Answered by
nicboul
Mar 6, 2021
Replies: 1 comment 1 reply
-
Ok I found the answer, you first need to create a menuItem, then create a menu2, and set that menu2 as submenu of the menuItem
then: aMenu.AddItem(anotherItem) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
progrium
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ok I found the answer, you first need to create a menuItem, then create a menu2, and set that menu2 as submenu of the menuItem
then: aMenu.AddItem(anotherItem)