Mercurial > wow > reaction
comparison classes/ReBar.xml @ 8:c05fd3e18b4f
Version 0.31
author | Flick <flickerstreak@gmail.com> |
---|---|
date | Tue, 20 Mar 2007 21:33:59 +0000 |
parents | f920db5fc6b1 |
children |
comparison
equal
deleted
inserted
replaced
7:f920db5fc6b1 | 8:c05fd3e18b4f |
---|---|
81 | 81 |
82 | 82 |
83 <!-- A ReBar is a container for buttons. The bar container itself is invisible and non-responsive to | 83 <!-- A ReBar is a container for buttons. The bar container itself is invisible and non-responsive to |
84 mouse input, but when unlocked a normally invisible child control frame becomes visible and | 84 mouse input, but when unlocked a normally invisible child control frame becomes visible and |
85 consumes mouse events to move, resize, and set bar options. --> | 85 consumes mouse events to move, resize, and set bar options. --> |
86 <Frame name="ReBarTemplate" inherits="SecureStateDriverTemplate" frameStrata="MEDIUM" virtual="true" toplevel="true" movable="true" resizable="true"> | 86 <Frame name="ReBarTemplate" inherits="SecureStateDriverTemplate" frameStrata="MEDIUM" virtual="true" movable="true" resizable="true"> |
87 <Frames> | 87 <Frames> |
88 <Frame name="$parentControl" setAllPoints="true"> | 88 <Frame name="$parentControl" setAllPoints="true"> |
89 <!-- this nesting is to ensure the control frame is on top of the buttons, which will | 89 <!-- this nesting is to ensure the control frame is on top of the buttons, which will |
90 live at this level --> | 90 live at this level --> |
91 <Frames> | 91 <Frames> |
92 <!-- name: e.g. $parentControls (with an s) - yes I know, goofy naming structure --> | 92 <!-- name: e.g. $parentControls (with an s) - yes I know, goofy naming structure --> |
93 <Button name="$parents" hidden="true" enableMouse="true" setAllPoints="true"> | 93 <Button name="$parents" hidden="true" enableMouse="true" toplevel="true" setAllPoints="true"> |
94 <Anchors> | 94 <Anchors> |
95 <Anchor point="TOPLEFT"> | 95 <Anchor point="TOPLEFT"> |
96 <Offset> | 96 <Offset> |
97 <AbsDimension x="-4" y="4"/> | 97 <AbsDimension x="-4" y="4"/> |
98 </Offset> | 98 </Offset> |