initial checkin
[org.ibex.widgets.git] / src / ibex / widget / label.t
1 <!-- Copyleft 2004 - see COPYING for details [LGPL] -->
2
3 <ibex xmlns:theme="org.ibex.theme.win2k">
4     <meta:doc>
5         <name>Label Widget</name>
6         <desc>A label with text flow and inline images</desc>
7         <author>David Crawshaw</author>
8     </meta:doc>
9
10     <theme:redirect />
11     <theme:focusable />
12     <theme:margin focusable="true" focused="false" vshrink="true">
13         <theme:pad id="pad">
14             <theme:edit id="widget" />
15         </theme:pad>
16
17         // glue code
18         redirectTo($pad, "padding", "padding-left", "padding-right", "padding-top", "padding-bottom");
19         redirectTo($widget, "focusable", "focused", "text", "textcolor", "font", "fontsize", "editable");
20
21     </theme:margin>
22 </ibex>