Skip to content

Instantly share code, notes, and snippets.

@AndyObtiva
Created April 17, 2020 07:25
Show Gist options
  • Save AndyObtiva/822c8dc964b4662bf630789e3583e87f to your computer and use it in GitHub Desktop.
Save AndyObtiva/822c8dc964b4662bf630789e3583e87f to your computer and use it in GitHub Desktop.
shell {
menu_bar {
menu {
text "&File"
menu_item {
text "E&xit"
}
menu_item(0) {
text "&New"
}
menu(1) {
text "&Options"
menu_item(:radio) {
text "Option 1"
}
menu_item(:separator)
menu_item(:check) {
text "Option 3"
}
}
}
menu {
text "&History"
menu {
text "&Recent"
menu_item {
text "File 1"
}
menu_item {
text "File 2"
}
}
}
}
}.open
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment