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

Method add_menu

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

Source from the content-addressed store, hash-verified

154 self.add_menu()
155
156 def add_menu(self):
157 # Menu Bar
158 self.MenuBar = wx.MenuBar()
159 self.File = wx.Menu()
160
161 mnuItem = wx.MenuItem(self.File, -1, "Edit...", "", wx.ITEM_NORMAL)
162
163 self.File.AppendItem(mnuItem)
164 self.MenuBar.Append(self.File, "File")
165
166 self.SetMenuBar(self.MenuBar)
167
168 def overlay_points(self):
169 pass

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected