Mercurial > fife-parpg
comparison clients/pychan_demo/content/gui/all_widgets.xml @ 125:97d6946bd917
- prepared files for new dir structure
author | chewie@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Wed, 06 Aug 2008 22:24:57 +0000 |
parents | 4a0efb7baf70 |
children |
comparison
equal
deleted
inserted
replaced
124:d5658e6c34f5 | 125:97d6946bd917 |
---|---|
37 </HBox> | 37 </HBox> |
38 <Label text="Some CheckBoxes:"/> | 38 <Label text="Some CheckBoxes:"/> |
39 <CheckBox text="Inclusive choice 1"/> | 39 <CheckBox text="Inclusive choice 1"/> |
40 <CheckBox text="Inclusive choice 2"/> | 40 <CheckBox text="Inclusive choice 2"/> |
41 <Label text="Icon and ImageButton:"/> | 41 <Label text="Icon and ImageButton:"/> |
42 <Icon image="content/gui/stripe.png" /> | 42 <Icon image="gui/backgrounds/stripe.png" /> |
43 <ImageButton up_image="content/gui/stripe.png" text="Click me for a Bug demonstration" /> | 43 <ImageButton up_image="gui/backgrounds/stripe.png" text="Click me for a Bug demonstration" /> |
44 <HBox> | 44 <HBox> |
45 <Label text="I'm a ClickLabel[br]Multiline enabled?![br]I do hope so."/> | 45 <Label text="I'm a ClickLabel[br]Multiline enabled?![br]I do hope so."/> |
46 <Spacer/> | 46 <Spacer/> |
47 <Button name="okButton" text="OK"/> | 47 <Button name="okButton" text="OK"/> |
48 </HBox> | 48 </HBox> |