MCPcopy Create free account
hub / github.com/CoolProp/CoolProp / add_menu

Method add_menu

wrappers/Python/CoolProp/GUI/CoolPropGUI.py:127–137  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

125 self.PP.Layout()
126
127 def add_menu(self):
128 # Menu Bar
129 self.MenuBar = wx.MenuBar()
130 self.File = wx.Menu()
131
132 mnuItem = wx.MenuItem(self.File, -1, "Edit...", "", wx.ITEM_NORMAL)
133
134 self.File.AppendItem(mnuItem)
135 self.MenuBar.Append(self.File, "File")
136
137 self.SetMenuBar(self.MenuBar)
138
139
140class PHPlotFrame(wx.Frame):

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected