Mercurial > wow > emfor1
comparison CensusPlayerList.xml @ 6:10c85be19b56
rebase on CensusPlus-40000-4.3.2.zip;
added worgen
added 81 - 85
| author | EmFor |
|---|---|
| date | Fri, 10 Dec 2010 15:47:23 +0100 |
| parents | edfa01041183 |
| children |
comparison
equal
deleted
inserted
replaced
| 5:39067cee234d | 6:10c85be19b56 |
|---|---|
| 68 </Anchor> | 68 </Anchor> |
| 69 </Anchors> | 69 </Anchors> |
| 70 </HighlightTexture> | 70 </HighlightTexture> |
| 71 <Scripts> | 71 <Scripts> |
| 72 <OnLoad> | 72 <OnLoad> |
| 73 this:RegisterForClicks( "RightButtonUp"); | 73 self:RegisterForClicks( "RightButtonUp"); |
| 74 </OnLoad> | 74 </OnLoad> |
| 75 <OnClick> | 75 <OnClick> |
| 76 CensusPlus_PlayerButton_OnClick(); | 76 CensusPlus_PlayerButton_OnClick(); |
| 77 PlaySound("igMainMenuOptionCheckBoxOn"); | 77 PlaySound("igMainMenuOptionCheckBoxOn"); |
| 78 </OnClick> | 78 </OnClick> |
| 352 <Scripts> | 352 <Scripts> |
| 353 <OnShow> | 353 <OnShow> |
| 354 CensusPlus_PlayerListOnShow(); | 354 CensusPlus_PlayerListOnShow(); |
| 355 </OnShow> | 355 </OnShow> |
| 356 <OnMouseUp> | 356 <OnMouseUp> |
| 357 if ( this.isMoving ) then | 357 if ( self.isMoving ) then |
| 358 this:StopMovingOrSizing(); | 358 self:StopMovingOrSizing(); |
| 359 this.isMoving = false; | 359 self.isMoving = false; |
| 360 end | 360 end |
| 361 </OnMouseUp> | 361 </OnMouseUp> |
| 362 <OnMouseDown> | 362 <OnMouseDown function="CensusPlus_List_OnMouseDown" /> |
| 363 if ( ( ( not this.isLocked ) or ( this.isLocked == 0 ) ) and ( arg1 == "LeftButton" ) ) then | |
| 364 this:StartMoving(); | |
| 365 this.isMoving = true; | |
| 366 end | |
| 367 </OnMouseDown> | |
| 368 <OnHide> | 363 <OnHide> |
| 369 if ( this.isMoving ) then | 364 if ( self.isMoving ) then |
| 370 this:StopMovingOrSizing(); | 365 self:StopMovingOrSizing(); |
| 371 this.isMoving = false; | 366 self.isMoving = false; |
| 372 end | 367 end |
| 373 </OnHide> | 368 </OnHide> |
| 374 </Scripts> | 369 </Scripts> |
| 375 </Frame> | 370 </Frame> |
| 376 </Ui> | 371 </Ui> |
