You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
720 B
15 lines
720 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<nifty xmlns="http://nifty-gui.sourceforge.net/nifty-1.3.xsd"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://nifty-gui.sourceforge.net/nifty-1.3.xsd http://nifty-gui.sourceforge.net/nifty-1.3.xsd">
|
|
<useStyles filename="nifty-default-styles.xml" />
|
|
<useControls filename="nifty-default-controls.xml" />
|
|
|
|
<screen id="start">
|
|
<layer id="windows" childLayout="absolute">
|
|
<control id="window-3" name="window" title="You can drag me around..." width="500px" height="400px" x="400px">
|
|
<text text="I'm a window!" style="base-font" color="#eeef" valign="center" width="100%" />
|
|
</control>
|
|
</layer>
|
|
</screen>
|
|
</nifty> |