awtk/design/default/ui/mledit.xml

11 lines
576 B
XML
Raw Normal View History

2019-06-24 08:57:48 +08:00
<window anim_hint="htranslate" >
2019-12-11 09:31:50 +08:00
<mledit x="c" y="10" h="40%" w="90%" focus="true" text="it is a multi-line editor\n1\n2\n3\n4"
2019-07-03 18:14:00 +08:00
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"/>
2019-07-02 18:18:05 +08:00
</mledit>
2020-01-04 11:37:25 +08:00
<button name="close" text="Close" focusable="true" x="c" y="m" w="128" h="30"/>
2020-08-24 08:49:12 +08:00
<mledit x="c" y="b:10" h="40%" w="90%" text="hello" wrap_word="false" keyboard="kb_foo" cancelable="true">
2019-07-02 18:18:05 +08:00
</mledit>
2019-06-24 08:57:48 +08:00
</window>