MCPcopy Create free account
hub / github.com/Image-Py/imagepy / initBuffer

Method initBuffer

imagepy/ui/canvas.py:105–109  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

103 self.Bind(event, handler)
104
105 def initBuffer(self):
106 box = self.GetClientSize()
107 #print(self.GetChientSize())
108 self.buffer = wx.Bitmap(box.width, box.height)
109 self.box = [0,0,box[0],box[1]]
110
111 def self_fit(self):
112 #print('self_fit')

Callers 2

__init__Method · 0.95
on_idleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected