2012-04-14 15:47:44 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
<MyGUI type="Layout">
|
2012-04-15 15:10:08 +00:00
|
|
|
<Widget type="Widget" layer="Popup" position="0 0 300 300" name="_Main">
|
2012-04-14 15:47:44 +00:00
|
|
|
|
|
|
|
<!-- Simple text-only tooltip -->
|
2012-04-15 15:10:08 +00:00
|
|
|
<Widget type="Widget" skin="HUD_Box" position="0 0 300 300" align="Stretch" name="TextToolTipBox">
|
|
|
|
<Property key="Visible" value="false"/>
|
|
|
|
<Widget type="EditBox" skin="MW_TextEdit" position="0 0 300 300" align="Stretch" name="TextToolTip">
|
2012-04-14 15:47:44 +00:00
|
|
|
<Property key="WordWrap" value="true"/>
|
|
|
|
<Property key="Static" value="true"/>
|
|
|
|
<Property key="TextAlign" value="Left Top"/>
|
|
|
|
</Widget>
|
|
|
|
</Widget>
|
|
|
|
|
|
|
|
<!-- Dynamically constructed tooltip goes here -->
|
2012-04-15 15:10:08 +00:00
|
|
|
<Widget type="Widget" skin="HUD_Box" position="0 0 300 300" align="Stretch" name="DynamicToolTipBox">
|
|
|
|
<Property key="Visible" value="false"/>
|
2012-04-14 15:47:44 +00:00
|
|
|
</Widget>
|
|
|
|
|
|
|
|
</Widget>
|
|
|
|
</MyGUI>
|
|
|
|
|