]>
git.sthu.org Git - pygdb.git/blob - StatusFrame.py
10 class StatusFrame (gtk
.Frame
):
12 def __init__(self
, debugger
):
13 gtk
.Frame
.__init
__(self
)
14 self
.debugger
= debugger
16 def applyConfiguration(self
, conf
):
17 raise NotImplemented()
19 def fillConfiguration(self
, conf
):
20 raise NotImplemented()
22 def updateValues(self
, pos
):
23 raise NotImplemented()