initial checkin
[org.ibex.widgets.git] / src / ibex / widget / textfield.t
1 <!-- Copyleft 2004 - see COPYING for details [LGPL] -->
2
3 <ibex xmlns:theme="org.ibex.theme.win2k">
4     <theme:redirect />
5     <theme:focusable />
6     <theme:margin fill="white" vshrink="true">
7         <theme:bevel id="pad" form="down">
8             <theme:edit id="widget" />
9         </theme:bevel>
10
11         redirectTo($pad, "padding", "padding-left", "padding-right", "padding-top", "padding-bottom");
12         redirectTo($widget, "focusable", "focused", "text", "textcolor", "font", "fontsize");
13     </theme:margin>
14 </ibex>