vrtc / chorus (public) (License: CC0) (since 2023-08-12) (hash sha1)
World of Warcraft add-on stub. The overall goal is to create a specialized raid frame.

/src/ChorusAuraTooltipFrameTemplate.xml (00040c79f5bacc47b188cba4d81f64b497451600) (3973 bytes) (mode 100644) (type blob)

<?xml version="1.0" encoding="UTF-8"?>
<Ui xmlns="http://www.blizzard.com/wow/ui/">
	<Script file="ChorusAuraTooltipFrameTemplate.lua"/>
	<Frame name="ChorusAuraTooltipFrameAuraFrameTemplate" inherits="ChorusAuraFrameTemplate" virtual="true">
		<Size>
			<AbsDimension x="180" y="180"/>
		</Size>
		<!-- Allocate `ChorusAuraButtonTemplate` instances dynamically at runtime,
		instead of declaring them in this descriptor with `Frames` tag.
		See ChorusAuraFrameTemplate.lua. -->
	</Frame>
	<Frame name="ChorusAuraTooltipFrameTemplate" inherits="SecureFrameTemplate" frameStrata="TOOLTIP" hidden="true" virtual="true" protected="true">
		<Size>
			<AbsDimension x="192" y="384"/>
		</Size>
		<Backdrop bgFile="Interface\Tooltips\UI-Tooltip-Background" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
			<EdgeSize>
				<AbsValue val="16"/>
			</EdgeSize>
			<TileSize>
				<AbsValue val="16"/>
			</TileSize>
			<BackgroundInsets>
				<AbsInset left="5" right="5" top="5" bottom="5"/>
			</BackgroundInsets>
		</Backdrop>
		<Frames>
			<Frame name="$parentSecureHandlerClickFrame" inherits="SecureHandlerClickTemplate"/>
			<Frame name="$parentSecureHandlerShowHideFrame" inherits="SecureHandlerShowHideTemplate"/>
			<Frame name="$parentUnitNameFrame" inherits="ChorusUnitNameFrameTemplate">
				<Anchors>
					<Anchor point="TOPRIGHT">
						<Offset x="0" y="-3"/>
					</Anchor>
					<Anchor point="TOPLEFT">
						<Offset x="12" y="-3"/>
					</Anchor>
					<Anchor point="BOTTOMLEFT" relativeTo="$parent" relativePoint="TOPLEFT">
						<Offset x="0" y="-24"/>
					</Anchor>
					<Anchor point="BOTTOMRIGHT" relativeTo="$parent" relativePoint="TOPRIGHT">
						<Offset x="0" y="-24"/>
					</Anchor>
				</Anchors>
			</Frame>
			<Button name="$parentCloseButton" inherits="UIPanelCloseButton,SecureActionButtonTemplate">
				<Size>
					<AbsDimension x="24" y="24"/>
				</Size>
				<Anchors>
					<Anchor point="TOPRIGHT">
						<Offset x="-6" y="-6"/>
					</Anchor>
				</Anchors>
			</Button>
			<Frame name="$parentBuffFrame" inherits="ChorusAuraTooltipFrameAuraFrameTemplate" protected="true">
				<Anchors>
					<Anchor point="TOPLEFT">
						<Offset x="6" y="-24"/>
					</Anchor>
				</Anchors>
				<Attributes>
					<Attribute name="filter" type="string" value="HELPFUL"/>
				</Attributes>
			</Frame>
			<Frame name="$parentDebuffFrame" inherits="ChorusAuraTooltipFrameAuraFrameTemplate" protected="true">
				<Anchors>
					<Anchor point="TOPLEFT" relativeTo="$parentBuffFrame" relativePoint="BOTTOMLEFT">
						<Offset x="0" y="0"/>
					</Anchor>
				</Anchors>
				<Attributes>
					<Attribute name="filter" type="string" value="HARMFUL"/>
				</Attributes>
			</Frame>
		</Frames>
		<Scripts>
			<OnLoad>Chorus.auraTooltipFrameMain(self);</OnLoad>
		</Scripts>
		<Attributes>
			<Attribute name="useparent-unit" type="boolean" value="true"/>
		</Attributes>
	</Frame>
	<Button name="ChorusAuraTooltipFrameToggleButtonTemplate" virtual="true" enableMouse="true" inherits="SecureActionButtonTemplate">
		<Size>
			<AbsDimension x="16" y="16"/>
		</Size>
		<Scripts>
			<OnLoad>Chorus.auraTooltipToggleButtonMain(self);</OnLoad>
		</Scripts>
		<Attributes>
			<Attribute name="useparent-unit" type="boolean" value="true"/>
		</Attributes>
		<!--<NormalTexture file="Interface\MoneyFrame\Arrow-Right-Up"/>-->
		<!--<PushedTexture file="Interface\MoneyFrame\Arrow-Right-Down"/>-->
		<!--<DisabledTexture file="Interface\MoneyFrame\Arrow-Right-Disabled"/>-->
		<NormalTexture file="Interface\Buttons\UI-Panel-QuestHideButton">
			<TexCoords left="0" right="0.5" top="0.5" bottom="1"/>
		</NormalTexture>
		<PushedTexture file="Interface\Buttons\UI-Panel-QuestHideButton">
			<TexCoords left="0.5" right="1" top="0.5" bottom="1"/>
		</PushedTexture>
		<HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD" />
		<DisabledTexture file="Interface\Buttons\UI-Panel-QuestHideButton-disabled" />
	</Button>
</Ui>


Mode Type Size Ref File
100644 blob 35 5c40e6e2862d70b5c51c326a13073a4012ac05c7 .gitignore
100644 blob 3606 f73da473168d1897963fd2e32d89841ca0461ec0 README.adoc
040000 tree - 271296b4bafcaa151458a0192fd313641ca9b409 bin
100644 blob 228 c7dd24afa7d5c2375ff60a91c73623a304b808f9 chorus.toc
040000 tree - 99c99c3cbc641f8954a5be291e61681cb5e74629 conf
040000 tree - efa7258757edf7b888ea13c215e14b497fef8a16 doc
100644 blob 2391 1b0ca1bc25f74a34476360e5a8f14e28767b204e makefile
040000 tree - b9d3ea9d61b99ee71b5fcdbc6b18843df20c8c3c src
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/vrtc/chorus

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/vrtc/chorus

Clone this repository using git:
git clone git://git.rocketgit.com/user/vrtc/chorus

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main