ACE3 GUI Panel Widget

Libraries

A selectable Panel Container for use with ACE3 GUI

WoW 11.0.2 Needs Update

Trend Explorer

Recent download momentum

Estimated downloads/hour over observed intervals in the last 48 hours.

Latest interval 0 /h 1h observed interval · ending Sep 11, 5 AM
Peak estimate +3.02 /h 0.994h observed interval · ending Sep 10, 4 PM
Average estimate +0.492 /h Time-weighted · 47.3h covered of 48h

Lines connect interval estimates, not hourly measurements. Unobserved time is not counted as zero or extrapolated to now.

About this addon

What it does

A selectable Panel Container for use with ACE3 GUI

 

 To use this:

 

local selpanel = AceGUI:Create("SelectablePanel")
selpanel:SetKey(key) -- Unique identifier 
selpanel:SetFullWidth(true)
selpanel:SetHeight(300)
viewframe.panels[key] = selpanel  -- Add to an array of panels so I can iterate through them to clear them when i select a different panel.
selpanel:SetCallback("OnClick", function(widget, _, selected, button)
  viewframe:clearpanels(widget, selected)  -- Clear Panels allows you to clear other panels in an array when you select this one.
end)
-- add a label to the panel
local label = AceGUI:Create("Label")
label:SetText(sequencename)
label:SetFont(fontName, fontHeight + 4 , fontFlags)
selpanel:AddChild(label)
...
container:AddChild(selpanel) -- Add it for display


At-a-glance numbers

Performance highlights

  • Peaked at Hot #2293 on Aug 26, 2026.
  • Featured on the Hot list across 5 distinct weeks.
  • Shipped 1 release in the last 30 days.
  • Averaging 9 new downloads per day over the past week.

Discover more

Keep exploring

Similar addons you might also want to check out.

More by TheTimothyLuke

Same creator, different utilities.

Similar in Libraries

Comparable addons in the same lane.