mirror of
https://github.com/python/cpython.git
synced 2025-09-10 18:58:35 +00:00
Sigh... First test before committing. InvalWindowRect and friends are window object methods. Fixed.
This commit is contained in:
parent
43bb2a4f44
commit
7302340436
14 changed files with 55 additions and 48 deletions
|
@ -115,7 +115,7 @@ class ListWindow(DialogWindow):
|
|||
self.list.LSetCell(contents[i], (0, i))
|
||||
self.list.LSetDrawingMode(1)
|
||||
##self.list.LUpdate(self.wid.GetWindowPort().visRgn)
|
||||
Win.InvalWindowRect(self.listrect)
|
||||
self.wid.InvalWindowRect(self.listrect)
|
||||
|
||||
def additem(self, item):
|
||||
where = self.list.LAddRow(1, 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue