comparison clients/pychan_demo/gui/demoapp.xml @ 228:756b895e1dab

Merged unicode-support back into trunk. Now all GUI/visible strings should be unicode. Internal strings unchanged. Remember to use a font that actually has the desired codepoints. Current default unicode policiy is 'ignore'.
author phoku@33b003aa-7bff-0310-803a-e67f0ece8222
date Sat, 21 Mar 2009 10:38:11 +0000
parents fe7ff4808529
children 51cc05d862f2
comparison
equal deleted inserted replaced
227:d642169490f7 228:756b895e1dab
1 <Window title="This is the PyChan demo application."> 1 <Window title="This is the PyChan demo application. "><!--[PyChanのてすとです: ÜÖÄ]"-->
2 <HBox> 2 <HBox>
3 <Slider size="100,15" name="slider" orientation="0" scale_start="0.1" scale_end="1.5" base_color="93,161,102" /> 3 <Slider size="100,15" name="slider" orientation="0" scale_start="0.1" scale_end="1.5" base_color="93,161,102" />
4 <Label name="slider_desc" text="Move the slider!" /> 4 <Label name="slider_desc" text="Move the slider!" />
5 <TextBox name="slider_value" text="0" base_color="0,0,0,0"/> 5 <TextBox name="slider_value" text="0" base_color="0,0,0,0"/>
6 </HBox> 6 </HBox>