demo_layout.py
changeset 70 db2eab0beb45
parent 63 2a0e04091898
equal deleted inserted replaced
69:4e7be77bafff 70:db2eab0beb45
     2 # -*- coding: utf-8 -*-
     2 # -*- coding: utf-8 -*-
     3 
     3 
     4 import locale
     4 import locale
     5 locale.setlocale(locale.LC_ALL, '')
     5 locale.setlocale(locale.LC_ALL, '')
     6 
     6 
     7 from tuikit import *
     7 from tuikit import Application, VerticalLayout, HorizontalLayout, Button
     8 
     8 
     9 
     9 
    10 class MyApplication(Application):
    10 class MyApplication(Application):
    11     def __init__(self):
    11     def __init__(self):
    12         Application.__init__(self)
    12         Application.__init__(self)