Added shortcut char

This commit is contained in:
PySimpleGUI 2021-03-20 10:18:56 -04:00
parent 6652082c51
commit 7114bc00ad
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ import PySimpleGUI as sg
Copyright 2021 PySimpleGUI
"""
sg.MENU_SHORTCUT_CHARACTER = '&'
def Menubar(menu_def, text_color, background_color, pad=(0, 0)):
"""