initial checkin
[org.ibex.widgets.git] / src / ibex / theme / edit.t
1 <!-- Copyleft 2004 - see COPYING for details [LGPL] -->
2
3 <ibex>
4     <meta:doc>
5         Simple text widget. Provides standard cursor and selection tools
6         for editing the text contents of this template.
7
8         Single line, single font, single size.
9
10         Designed to have focusable applied.
11
12         Properties:
13             text : string : Text to edit.
14             font : font : Font to use displaying the text.
15             fontsize : integer : Size of the font to use displaying the text.
16             textcolor : color : Color to use displaying the text.
17     </meta:doc>
18
19     <ui:box />
20 </ibex>