Home | History | Annotate | Download | only in gdb.python

Lines Matching refs:win

24     def __init__(self, win):
28 self.win = win
29 win.title = "This Is The Title"
32 self.win.erase()
33 w = self.win.width
34 h = self.win.height
35 self.win.write(
43 del self.win.title
55 def failwin(win):
61 the_window.win.title = "New Title"