Lines Matching refs:win
24 def __init__(self, win):28 self.win = win29 win.title = "This Is The Title"32 self.win.erase()33 w = self.win.width34 h = self.win.height35 self.win.write(43 del self.win.title55 def failwin(win):61 the_window.win.title = "New Title"
Indexes created Mon Mar 02 05:31:46 UTC 2026