framework update

This commit is contained in:
Tercio Jose
2024-07-09 12:49:28 -03:00
committed by andrew6180
parent a0906207e8
commit 904a7eab1b
8 changed files with 99 additions and 29 deletions
+4 -1
View File
@@ -9,7 +9,10 @@ local unpack = unpack
local CreateFrame = CreateFrame
local PixelUtil = PixelUtil
---@class df_tabinfotable : {name: string, text: string, createOnDemandFunc:function?}
---@class df_tabinfotable : table
---@field name string
---@field text string
---@field createOnDemandFunc function?
---@class df_tabcontainer : frame
---@field AllFrames df_tabcontainerframe[]