Example #1
0
def test_size():
    a = App()
    s = Slider(a)
    size_pixel_test(s)
    a.destroy()
def test_size():
    a = App()
    b = Box(a)
    size_pixel_test(b)
    size_fill_test(b)
    a.destroy()
Example #3
0
def test_size():
    a = App()
    b = TitleBox(a, "title")
    size_pixel_test(b)
    size_fill_test(b)
    a.destroy()