def setUp(self): self.element = Aduct.Element()
def new_element(): element = Aduct.Element() return element
def new_element(): element = Aduct.Element(margin=5) element.connect("action-clicked", show_popover_element) # show_popover_element is a function to show the popover for an element. return element