示例#1
0
 def __init__(self, window):
     WindowDamageHandler.__init__(self, window)
     AutoPropGObjectMixin.__init__(self)
     gobject.GObject.__init__(self)
     self._listening_to = None
示例#2
0
 def __init__(self, window):
     WindowDamageHandler.__init__(self, window)
     AutoPropGObjectMixin.__init__(self)
     gobject.GObject.__init__(self)
     self._listening_to = None
示例#3
0
 def __init__(self):
     AutoPropGObjectMixin.__init__(self)
     gobject.GObject.__init__(self)
     self._setup_done = False  #so we can ignore notify() events during setup
     self._managed = False
     self._managed_handlers = []