File: openmw_scroll.layout

package info (click to toggle)
openmw 0.47.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 23,276 kB
  • sloc: cpp: 249,935; xml: 1,978; sh: 1,327; python: 63; makefile: 26
file content (29 lines) | stat: -rw-r--r-- 1,277 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="UTF-8"?>

<MyGUI type="Layout">

<Widget type="Window" skin="" layer="JournalBooks" position="0 0 512 372" name="_Main">

    <Widget type="ImageBox" skin="ImageBox" position_real="0 0 1 1" name="ScrollImage">     
        <Property key="ImageTexture" value="textures\scroll.dds"/>

        <Widget type="ImageButton" skin="ImageBox" position="12 14 128 32" name="TakeButton">
            <Property key="ImageHighlighted" value="textures\tx_menubook_take_over.dds"/>
            <Property key="ImageNormal" value="textures\tx_menubook_take_idle.dds"/>
            <Property key="ImagePushed" value="textures\tx_menubook_take_pressed.dds"/>
        </Widget>

        <Widget type="ImageButton" skin="ImageBox" position="415 20 128 32" name="CloseButton">
            <Property key="ImageHighlighted" value="textures\tx_menubook_close_over.dds"/>
            <Property key="ImageNormal" value="textures\tx_menubook_close_idle.dds"/>
            <Property key="ImagePushed" value="textures\tx_menubook_close_pressed.dds"/>
        </Widget>

        <Widget type="ScrollView" skin="MW_ScrollView" position="60 84 410 235" name="TextView">
            <Property key="CanvasSize" value="410 900"/>
        </Widget>

    </Widget>
</Widget>

</MyGUI>