comparison engine/extensions/pychan/widgets/widget.py @ 249:1cc51d145af9

Further split up the containers.py; bugfix.
author phoku@33b003aa-7bff-0310-803a-e67f0ece8222
date Thu, 26 Mar 2009 16:36:21 +0000
parents a2d5e2721489
children 6ab09eb765a1
comparison
equal deleted inserted replaced
248:a2d5e2721489 249:1cc51d145af9
1 # -*- coding: utf-8 -*- 1 # -*- coding: utf-8 -*-
2
3 import fife, pythonize
4 import pychan.tools as tools
5 import pychan.events as events
6 from pychan.exceptions import *
7 from pychan.attrs import Attr,UnicodeAttr, PointAttr,ColorAttr,BoolAttr,IntAttr,FloatAttr
8 from pychan.properties import ColorProperty
9 2
10 from pychan.widgets.common import * 3 from pychan.widgets.common import *
11 4
12 class Widget(object): 5 class Widget(object):
13 """ 6 """