WoWInterface SVN hebChat

[/] [trunk/] [langButton.xml] - Rev 3

Compare with Previous | Blame | View Log

<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/ http://wowprogramming.com/FrameXML/UI.xsd">

        <Button name="hebChatLangButton" parent="UIParent" inherits="UIPanelButtonTemplate" enableMouse="true" movable="true" frameStrata="HIGH" clampedToScreen="true">
                <Anchors>
                        <Anchor point="CENTER" relativePoint="BOTTOMLEFT" relativeTo="UIParent">
                                <Offset x="15" y="80"/>
                        </Anchor>
                </Anchors>
                <Size x="30" y="30"/>
                <Scripts>
                        <OnLoad>
                                hebChat:hebChatLangButton_OnLoad(self)
                        </OnLoad>               
                        <OnClick>
                                hebChat:toggleLanguage()
                        </OnClick>
                        <OnDragStart>
                                self:StartMoving()
                        </OnDragStart>
                        <OnDragStop>
                                self:StopMovingOrSizing()
                        </OnDragStop>
                </Scripts>
        </Button>
        
</Ui>

Compare with Previous | Blame