Esempio n. 1
0
    def remove(self, client):
        self.restore(client)

        Layout.remove(self, client)

        for leaf in self.root.childs():
            if leaf.client == client:
                leaf.parent.remove_child(leaf)
                break
Esempio n. 2
0
    def remove(self, client):
        self.restore(client)

        Layout.remove(self, client)

        for leaf in self.root.childs():
            if leaf.client == client:
                leaf.parent.remove_child(leaf)
                break
Esempio n. 3
0
 def remove_one(self, client):
     Layout.remove(self, client)