Esempio n. 1
0
    def setUp(self):

        self.element = Aduct.Element()
Esempio n. 2
0
def new_element():

    element = Aduct.Element()
    return element
Esempio n. 3
0
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