comparison engine/extensions/pychan/widgets/__init__.py @ 255:51cc05d862f2

Merged editor_rewrite branch to trunk. This contains changes that may break compatibility against existing clients. For a list of changes that may affect your client, see: http://wiki.fifengine.de/Changes_to_pychan_and_FIFE_in_editor_rewrite_branch
author cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
date Mon, 08 Jun 2009 16:00:02 +0000
parents a2d5e2721489
children 48c99636453e
comparison
equal deleted inserted replaced
254:10b5f7f36dd4 255:51cc05d862f2
7 Please look at the documentation of L{Widget} for details. 7 Please look at the documentation of L{Widget} for details.
8 """ 8 """
9 9
10 from widget import Widget 10 from widget import Widget
11 11
12 from containers import Container, VBox, HBox, Window, Spacer 12 from layout import Spacer
13 from containers import Container, VBox, HBox, Window
13 from label import Label, ClickLabel 14 from label import Label, ClickLabel
14 from icon import Icon 15 from icon import Icon
15 from buttons import Button, ToggleButton, ImageButton 16 from buttons import Button, ToggleButton, ImageButton
16 from checkbox import CheckBox 17 from checkbox import CheckBox
17 from radiobutton import RadioButton 18 from radiobutton import RadioButton