main
jeffi 11 months ago
parent 6ee865718a
commit 920699bb12
  1. 4
      DiesalGUI-2.0/Objects/DropDown.lua

@ -339,7 +339,7 @@ local methods = {
end, end,
} }
---@class Diesal.GUI.Obeject.DropDown.Settings ---@class Diesal.GUI.Object.DropDown.Settings
---@field dropdownPadLeft number ---@field dropdownPadLeft number
---@field dropdownPadRight number ---@field dropdownPadRight number
---@field dropdownPadTop number ---@field dropdownPadTop number
@ -357,7 +357,7 @@ local f = CreateFrame("Button", nil, UIParent)
-- ~~| Dropdown Constructor |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- ~~| Dropdown Constructor |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
local function Constructor() local function Constructor()
---@class Diesal.GUI.Object.DropDown : Diesal.GUI.ObjectBase, Diesal.GUI.DropDown.Methods ---@class Diesal.GUI.Object.DropDown : Diesal.GUI.ObjectBase, Diesal.GUI.DropDown.Methods
---@field settings Diesal.GUI.Obeject.DropDown.Settings ---@field settings Diesal.GUI.Object.DropDown.Settings
---@field children Diesal.GUI.Object.DropDown.Item[] ---@field children Diesal.GUI.Object.DropDown.Item[]
---@field text FontString ---@field text FontString
---@field dropdown Frame ---@field dropdown Frame

Loading…
Cancel
Save