File: styling.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 (11 lines) | stat: -rw-r--r-- 358 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
<Window title="Styling" style="greenzone">
	<Label text="Select a style and click on 'Test Style'[br]The window on the left should adapt accordingly." />
	<ScrollArea size="400,400">
		<ListBox name="styleList"/>
	</ScrollArea>
	<HBox>
		<Spacer />
		<Button name="testStyle" text="Test Style"/>
		<Button name="closeButton" text="Close"/>
	</HBox>
</Window>