<GuiXml> <Controls> <TopLevelControl> <Controls> <Control name="ClearAddonButton" inherits="ZO_DialogButton"> <Anchor point="TOPLEFT" relativeTo="ZO_AddOnsList" relativePoint="BOTTOMLEFT" offsetY="5" /> <OnInitialized> self:SetParent(ZO_AddOns) ZO_KeybindButtonTemplate_Setup(self, "ADDONS_CLEAR_ALL", function() AddonClearer:SetAddons(false) end, "Unselect All") </OnInitialized> </Control> <Control name="SelectAddonButton" inherits="ZO_DialogButton"> <Anchor point="TOP" relativeTo="ZO_AddOnsList" relativePoint="BOTTOM" offsetY="5" /> <OnInitialized> self:SetParent(ZO_AddOns) ZO_KeybindButtonTemplate_Setup(self, "ADDONS_SELECT_ALL", function() AddonClearer:SetAddons(true) end, "Select All") </OnInitialized> </Control> </Controls> </TopLevelControl> </Controls> </GuiXml>