
Libra
Libra
Addon Details
Expansion
Categories
Developers
Having issues?
Library to facilitate some common tasks. Not necessarily designed to be infinitely flexible or applicable for any given situation.
local Libra = LibStub("Libra")
Libra:NewAddon(addonName, addonTable)
Table with module and event handling functions.
- addonName
- String identifying the addon object. should be the same as your addon folder name.
- addonTable
- An existing table to use as the addon object. If not provided, will create a new table.
local addon = Libra:NewAddon("MyAddon", {})
Libra:EmbedWidgets(target)
Embeds all widget creation functionality on the target table, allowing you to directly create widgets.
local MyAddon = Libra:NewAddon("MyAddon") Libra:EmbedWidgets(MyAddon) local dropdown = MyAddon:CreateDropdown("Menu")
Libra:CreateDropdown(type, parent)
Dropdown with a wrapper API around the FrameXML API, working around known taint issues and adding certain features such as scrollable and fully refreshable menus.
- type
- "Menu" for a standalone menu, "Frame" for a list frame which in turns summons the menu
- parent
- parent frame if "Frame" type
Libra:CreateEditbox()
Libra:CreateScrollFrame(type, parent, name)
- type
- "Faux" or "Hybrid"
- parent
- parent frame
- name
- frame name
Libra:CreateUIPanel(name)
ButtonFrameTemplate frame closable with escape and pushable by other frames.
- name
- Name to use for the frame. If not provided, will use an automatically generated name.
Better docs to be written.
More addons for Legion
Discover other addons that might interest you
Capping Battleground Timers
Battleground timers and other PvP & arena features. The efficiently coded alternative to Deadly Boss…
Z-Perl Unit Frames
Replaces the normal unit, party, target, pet frames and adds target-of target.
Aardvark
Aardvark. Your one stop sell, destroy and repair addon. Accept no substitutes.
RelicInspector
See information about the relics socketed in artifact weapons in their tooltips.
Tp Suramar
Tp Suramar
Petrace
Shows battle pet racials
SharedMedia
Inserts some media into LibSharedMedia's storage.
WoW Auto-Responder [REBORN]
WoW Auto-Responder [REBORN]





![WoW Auto-Responder [REBORN]](https://warperia.com/wp-content/uploads/2025/12/warperia_WoW-Auto-Responder-REBORN_logo_2025-12-12_17-13-06.png)