awtk/design/default/ui/mledit.xml
2020-08-24 08:49:12 +08:00

11 lines
576 B
XML

<window anim_hint="htranslate" >
<mledit x="c" y="10" h="40%" w="90%" focus="true" text="it is a multi-line editor\n1\n2\n3\n4"
left_margin="33" top_margin="2" bottom_margin="2" right_margin="16" wrap_word="true" max_lines="100">
<line_number x="0" y="0" w="32" h="100%" value="0"/>
<scroll_bar_d x="right" y="0" w="14" h="100%" value="0"/>
</mledit>
<button name="close" text="Close" focusable="true" x="c" y="m" w="128" h="30"/>
<mledit x="c" y="b:10" h="40%" w="90%" text="hello" wrap_word="false" keyboard="kb_foo" cancelable="true">
</mledit>
</window>