Foobar2000:Title Bar (dotnet title bar): Difference between revisions
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
[[Image:Foo title3.png|Second skin]] | [[Image:Foo title3.png|Second skin]] | ||
== Header == | |||
You must start your skin with a header like this one: | |||
<?xml version="1.0" encoding="utf-8"?> | |||
<skin | |||
author="'''Name of the Author'''" | |||
name="'''Name of the skin'''" | |||
width="'''width in pixel'''" | |||
height="'''Height in pixel'''"> | |||
== Positioning == | == Positioning == |
Revision as of 16:15, 18 July 2006
Description, Requirements
Foo_title is a plugin created to have a little titlebar available even when foobar is minimized. You can create and share your foo_title skins.
It requires .NET framework 2.0 to work and the syntax for skins in in .xml Supported image formats are those supported by the .NET framework - that is bmp, jpg, .png (for transparent images) and perhaps more.
Screenshots
Header
You must start your skin with a header like this one:
<?xml version="1.0" encoding="utf-8"?> <skin author="Name of the Author" name="Name of the skin" width="width in pixel" height="Height in pixel">