Mercurial > fife-parpg
diff clients/pychan_demo/gui/demoapp.xml @ 143:fe7ff4808529
- added guichan slider widget to pychan gui wrapper
- added new attribute class to attrs.py (FloatAttr)
- added demo to pychan demo client
NOTE:
- demo isn't nice yet - but I'll refactor the client anyway
author | chewie@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Tue, 07 Oct 2008 02:12:57 +0000 |
parents | 674bb162d93f |
children | 756b895e1dab |
line wrap: on
line diff
--- a/clients/pychan_demo/gui/demoapp.xml Sun Oct 05 15:27:31 2008 +0000 +++ b/clients/pychan_demo/gui/demoapp.xml Tue Oct 07 02:12:57 2008 +0000 @@ -1,4 +1,9 @@ <Window title="This is the PyChan demo application."> + <HBox> + <Slider size="100,15" name="slider" orientation="0" scale_start="0.1" scale_end="1.5" base_color="93,161,102" /> + <Label name="slider_desc" text="Move the slider!" /> + <TextBox name="slider_value" text="0" base_color="0,0,0,0"/> + </HBox> <VBox> <HBox> <ScrollArea size="200,500">