예제 #1
0
    def setUp(self):

        self.element = Aduct.Element()
예제 #2
0
파일: TestBin.py 프로젝트: daleathan/Aduct
def new_element():

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