File: dynamic.xml

package info (click to toggle)
fife 0.4.2-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 25,312 kB
  • sloc: cpp: 42,647; xml: 18,881; python: 13,521; makefile: 24
file content (13 lines) | stat: -rw-r--r-- 428 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
<Window title="Dynamic widgets." background_image="data/backgrounds/background.png">
	<Label text="ClickLabel text:" />
	<TextBox name="labelText" text="Add some text here."/>
	<ScrollArea min_size="100,100" vertical_scrollbar="1">
	<VBox name="labelBox" border_size="1">
	</VBox>
	</ScrollArea>
	<HBox>
		<Button name="addButton" text="Add one label!"/>
		<Spacer />
		<Button name="okButton" text="Close"/>
	</HBox>
</Window>