mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-22 02:50:15 +10:00
Push experimental build
This commit is contained in:
14
resources/wx_gui/gui_menubar.py
Normal file
14
resources/wx_gui/gui_menubar.py
Normal file
@@ -0,0 +1,14 @@
|
||||
# Generates menubar for wxPython to use
|
||||
|
||||
import wx
|
||||
|
||||
class GenerateMenubar:
|
||||
|
||||
def __init__(self) -> None:
|
||||
self.menubar: wx.MenuBar = None
|
||||
|
||||
|
||||
def generate(self) -> wx.MenuBar:
|
||||
self.menubar = wx.MenuBar()
|
||||
|
||||
return self.menubar
|
||||
Reference in New Issue
Block a user