def __init__(self, root, resize_exact=False): WindowDamageHandler.__init__(self, root) WindowModelStub.__init__(self) self.root_prop_watcher = XRootPropWatcher(["WINDOW_MANAGER", "_NET_SUPPORTING_WM_CHECK"], root) self.root_prop_watcher.connect("root-prop-changed", self.root_prop_changed) self.update_icon() self.resize_exact = resize_exact
def __init__(self, window): WindowDamageHandler.__init__(self, window) AutoPropGObjectMixin.__init__(self) gobject.GObject.__init__(self) self._listening_to = None
def __init__(self, window): WindowDamageHandler.__init__(self, window) GObject.GObject.__init__(self) self._listening_to = None