|
|
|
@ -339,7 +339,7 @@ local methods = { |
|
|
|
|
end, |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
---@class Diesal.GUI.Obeject.DropDown.Settings |
|
|
|
|
---@class Diesal.GUI.Object.DropDown.Settings |
|
|
|
|
---@field dropdownPadLeft number |
|
|
|
|
---@field dropdownPadRight number |
|
|
|
|
---@field dropdownPadTop number |
|
|
|
@ -357,7 +357,7 @@ local f = CreateFrame("Button", nil, UIParent) |
|
|
|
|
-- ~~| Dropdown Constructor |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|
|
|
|
local function Constructor() |
|
|
|
|
---@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 text FontString |
|
|
|
|
---@field dropdown Frame |
|
|
|
|