MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / GetCloseButtonRegion

Method GetCloseButtonRegion

gui/chrome_tabs.py:448–449  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

446 return new_region
447
448 def GetCloseButtonRegion(self):
449 return self.CopyRegion(self.close_region)
450
451 def GetMinSize(self):
452 ebmp = wx.Bitmap(1, 1)

Callers 2

CheckTabCloseMethod · 0.80
CheckCloseHighlightedMethod · 0.80

Calls 1

CopyRegionMethod · 0.95

Tested by

no test coverage detected