promotional bannermobile promotional banner

LibRedDropdown

This library allows devs to add some standard GUI elements into their addons. Initially this library was created to replace Blizzard's UIDropDownMenu; now it contains 6 controls.

File Details

r18

  • R
  • Jan 19, 2023
  • 21.83 KB
  • 112
  • 10.0.2
  • Retail

File Name

LibRedDropdown-1.0-r18.zip

Supported Versions

  • 10.0.2
r13 (2022/05/09)
  • (LuaEditor): Fixed bug with naming (`SetHeaderText` -> `GetHeaderText`)
  • (LuaEditor): Added method `SetAcceptButton` - use it to hide/show ACCEPT button
  • TOC file update

r12 (2020/10/12)
  • Tooltip: now 'SetText' accepts texture id as the second argument
  • 'lib.SetTooltip' now accepts justification of text as the third argument
  • LuaEditor now can work without Ace3

r10 (2020/10/12)
  • DropdownMenu rework
  • Button: border now is 2px (was 1px)
  • Added simple editor for Lua: LuaEditor

r9 (2020/10/09)
  • DropdownMenu: added new parameter: 'buttonColor'
  • DropdownMenu: now you can set width. Finally, ha-ha!

r8 (2020/10/09)
  • ColorPicker now requires less coding. See example in README.md

r7 (2020/10/09)
  • Tooltip font is 1px larger
  • Added new tooltip method: SetSpellById(spellid)

r6 (2020/10/08)
  • Added simple tooltip

r5 (2020/09/01)
  • Minor fix

r4 (2020/08/25)
  • Initial support for Shadowlands

r3 (2020/08/17)
  • Added 'remove' button to 'DropdownMenu'. Please see documentation.
  • TOC file update

v4 (2019/08/24)
  • Added optional checkbox to button control. Please see documentation.
  • TOC file update

build 2 (05.10.18)
  • 'DropdownMenu' now stores info about its vertical scroll

build 1 (05.08.18)
  • Added TOC file
  • Added changelog