mirror of
https://github.com/linux-man/LoveFrames.git
synced 2024-11-26 05:14:21 +00:00
Add missing columnlist method comments
This commit is contained in:
parent
925376f00f
commit
f508625274
@ -823,6 +823,10 @@ function newobject:SetRowColumnData(rowid, columndata)
|
|||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
--[[---------------------------------------------------------
|
||||||
|
- func: GetTotalColumnWidth()
|
||||||
|
- desc: gets the combined width of the objects columns
|
||||||
|
--]]---------------------------------------------------------
|
||||||
function newobject:GetTotalColumnWidth()
|
function newobject:GetTotalColumnWidth()
|
||||||
|
|
||||||
local width = 0
|
local width = 0
|
||||||
@ -835,6 +839,10 @@ function newobject:GetTotalColumnWidth()
|
|||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
--[[---------------------------------------------------------
|
||||||
|
- func: GetColumnWidth(id)
|
||||||
|
- desc: gets the width of the specified column
|
||||||
|
--]]---------------------------------------------------------
|
||||||
function newobject:GetColumnWidth(id)
|
function newobject:GetColumnWidth(id)
|
||||||
|
|
||||||
local column = self.children[id]
|
local column = self.children[id]
|
||||||
|
Loading…
Reference in New Issue
Block a user