Exemple #1
0
    def setUp(self):

        self.element = Aduct.Element()
Exemple #2
0
def new_element():

    element = Aduct.Element()
    return element
Exemple #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