if ( this.tooltipText ) then
GameTooltip:SetOwner(this, "ANCHOR_RIGHT");
GameTooltip:SetText(this.tooltipText, nil, nil, nil, nil, 1);
end
if ( this.tooltipRequirement ) then
GameTooltip:AddLine(this.tooltipRequirement, "", 1.0, 1.0, 1.0);
GameTooltip:Show();
end
GameTooltip:Hide();
getglobal(this:GetName().."_Update")(this:GetChecked());
-- Interface viewable objects
getglobal(this:GetName()):SetChecked(PeetFeederPlayer_Config.Enabled);
getglobal(this:GetName()):SetChecked(PeetFeederPlayer_Config.AutoFindFood);
getglobal(this:GetName()):SetChecked(PeetFeederPlayer_Config.Alert);
getglobal(this:GetName()):SetChecked(PeetFeederPlayer_Config.skipBuffFoods);
-- Sorting
PetFeeder_OptionsFrame_OnShow();