AbsDimension x="256" y="256"/>
AbsDimension x="256" y="256"/>
AbsDimension x="10" y="256"/>
AbsDimension x="10" y="76"/>
if ( SpecialTalentFrame.learnMode=="learned" ) then
this:SetChecked(1);
else
this:SetChecked(0);
end
if ( this:GetChecked() ) then
PlaySound("igMainMenuOptionCheckBoxOff");
else
PlaySound("igMainMenuOptionCheckBoxOn");
end
this:SetChecked(1);
SpecialTalentFramePlannedCheckButton:SetChecked(0);
SpecialTalentFrame.learnMode = "learned";
SpecialTalentFrame_Update();
if ( SpecialTalentFrame.learnMode=="planned" ) then
this:SetChecked(1);
else
this:SetChecked(0);
end
if ( this:GetChecked() ) then
PlaySound("igMainMenuOptionCheckBoxOff");
else
PlaySound("igMainMenuOptionCheckBoxOn");
end
this:SetChecked(1);
SpecialTalentFrameLearnedCheckButton:SetChecked(0);
SpecialTalentFrame.learnMode = "planned";
SpecialTalentFrame_Update();
this:SetChecked( (SpecialTalentFrameSaved and SpecialTalentFrameSaved.forceShift) or 0);
if ( this:GetChecked() ) then
PlaySound("igMainMenuOptionCheckBoxOff");
else
PlaySound("igMainMenuOptionCheckBoxOn");
end
SpecialTalentFrame_SetForceShift( this:GetChecked() )
SpecialTalentFrame_OnShow();
SpecialTalentFrame_OnHide();
SpecialTalentFrame_OnLoad();
SpecialTalentFrame_OnEvent();