awtk/demos/assets/default/raw/ui/mledit.xml

10 lines
402 B
XML
Raw Normal View History

2019-06-24 08:57:48 +08:00
<window anim_hint="htranslate" >
2019-07-03 18:14:00 +08:00
<mledit x="c" y="10" h="40%" w="90%" focus="true"
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>
<mledit x="c" y="b:10" h="40%" w="90%" wrap_word="false">
</mledit>
2019-06-24 08:57:48 +08:00
</window>