promotional bannermobile promotional banner

LibDropDownMenu

A converted version of Blizzards UIDropDownMenu into a library accessable by LibStub

Description

This is a converted version of Blizzards UIDropDownMenu from WoW Retail into a library accessable by LibStub.

Since Blizzards new xml error handling it is a problem to use xml templates in libraries. I've converted the templates into lua functions.

 

My two goals:

1. Keep sync to Blizzards retail client version.

2. It should be compatible to classic clients.

 

The XML templates are converted into lua functions

  • UIDropDownMenuButtonTemplate into <lib>.Create_DropDownMenuButton(<name>[,<parent>[,<optsTable>]]>
  • UIDropDownListTemplate into <lib>.Create_DropDownMenuList(<name>[,<parent>[,<optsTable>]]>
  • UIDropDownMenuTemplate into <lib>.Create_DropDownMenu(<name>[,<parent>[,<optsTable>]]>

Currently the optsTable can contain only one usable entry. { id=<number> }

 

Example

  local lib = LibStub("LibDropDownMenu");
local menuFrame = lib.Create_DropDownMenu("MyAddOn_DropDownMenu",UIParent);
-- instead of template UIDropDownMenuTemplate
local menuList = {
    { text="TestTitle", isTitle=true },
    { text="TestFunction", isNotRadio=true, notCheckable=false }
};
lib.EasyMenu(menuList,menuFrame,"cursor",0,0,"MENU");

 

Repository

  git clone https://repos.curseforge.com/wow/libdropdownmenu

 

In .pkgmeta file

externals:
  libs/LibDropDownMenu:
    url: https://repos.curseforge.com/wow/libdropdownmenu
    tag: latest

 

Hizuro's other projects

 

The LibDropDownMenu Team

profile avatar
  • 15
    Followers
  • 20
    Projects
  • 7.8M
    Downloads

More from hizuro_deView all

  • Broker Everything project image

    Broker Everything

    • 777.1K
    • Addons

    A collection of modules to display various informations as Broker-buttons on Broker Display AddOns or minimap buttons.

    • 777.1K
    • April 15, 2026
    • Addons
    • +4
  • TooltipRealmInfo project image

    TooltipRealmInfo

    • 371.3K
    • Addons

    Adds realm informations to tooltips and country flags to chat channels or several character lists like friends, groupfinder and more.

    • 371.3K
    • March 23, 2026
    • Addons
    • +4
  • AFK Fullscreen Warning project image

    AFK Fullscreen Warning

    • 47.1K
    • Addons

    Signelice your character are afk as fullscreen info like low health or out of control warn.

    • 47.1K
    • March 23, 2026
    • Addons
  • GuildApplicantTracker project image

    GuildApplicantTracker

    • 6.0K
    • Addons

    An addon to close the hole between guilds and guild applicants...

    • 6.0K
    • March 21, 2026
    • Addons
  • Broker Everything project image

    Broker Everything

    • 777.1K
    • Addons

    A collection of modules to display various informations as Broker-buttons on Broker Display AddOns or minimap buttons.

    • 777.1K
    • April 15, 2026
    • Addons
    • +4
  • TooltipRealmInfo project image

    TooltipRealmInfo

    • 371.3K
    • Addons

    Adds realm informations to tooltips and country flags to chat channels or several character lists like friends, groupfinder and more.

    • 371.3K
    • March 23, 2026
    • Addons
    • +4
  • AFK Fullscreen Warning project image

    AFK Fullscreen Warning

    • 47.1K
    • Addons

    Signelice your character are afk as fullscreen info like low health or out of control warn.

    • 47.1K
    • March 23, 2026
    • Addons
  • GuildApplicantTracker project image

    GuildApplicantTracker

    • 6.0K
    • Addons

    An addon to close the hole between guilds and guild applicants...

    • 6.0K
    • March 21, 2026
    • Addons