BLib

BLib is a shared UI library for World of Warcraft addons that provides theming, reusable widgets, and UI primitives to keep multiple addons visually consistent and maintainable.

File Details

BLib v1.0

  • R
  • May 29, 2026
  • 20.05 KB
  • 0
  • 2.5.5
  • Classic TBC

File Name

BLib1.0.zip

Supported Versions

  • 2.5.5

BLib v1.0

Initial release.

  • Theme system with global and per-addon overrides
  • Core primitives: MakeBg, ApplyBorder, MakeSeparator, MakeFS, MakeButton, MakePanel, MakePopout
  • Colour helpers: CR, CG, CB, CA, SetTC, SetVC
  • Font constants: FONT, FONT_SM, FONT_MD, FONT_LG
  • Semantic colour table: red, green, cyan, orange, stale, gold
  • MakeScrollFrame with custom scrollbar, thumb drag, mousewheel, track click, and auto-hide when content fits
  • MakeDropdown with scrollable popup, SetSelected, SetOptions, and Close methods
  • MakeInputBox with placeholder text support