initial checkin
[org.ibex.widgets.git] / src / ibex / widget / border.t
1 <!-- Copyleft 2004 - see COPYING for details [LGPL] -->
2
3 <ibex xmlns:theme="org.ibex.theme.win2k">
4     <meta:doc>
5         <name>Border Widget</name>
6         <desc>Adds a border to your boxes</desc>
7         <usage>
8             For Images: 
9                 Putting to image will create a border from the contents of
10                 a directory of the same name; the directory is expected
11                 to contain 8 images - nw, nn, ne, ww, ee, sw, ss, se -
12                 which combine to form the border
13
14             Fill and depth:
15                 putting to fill and depth will create a border the colour
16                 of fill and the size of depth
17         </usage>
18     </meta:doc>
19
20     <theme:border />
21 </ibex>