mirror of
https://github.com/linux-man/LoveFrames.git
synced 2024-11-26 05:14:21 +00:00
Rename columnlist:SetRowColumnText to columnlist:SetCellText
This commit is contained in:
parent
3d46bf900f
commit
0f984f76d2
@ -746,11 +746,10 @@ function newobject:RemoveRow(id)
|
|||||||
end
|
end
|
||||||
|
|
||||||
--[[---------------------------------------------------------
|
--[[---------------------------------------------------------
|
||||||
- func: SetRowColumnText(text, rowid, columnid)
|
- func: SetCellText(text, rowid, columnid)
|
||||||
- desc: sets the text of the of specific column in the
|
- desc: sets a cell's text
|
||||||
specified row
|
|
||||||
--]]---------------------------------------------------------
|
--]]---------------------------------------------------------
|
||||||
function newobject:SetRowColumnText(text, rowid, columnid)
|
function newobject:SetCellText(text, rowid, columnid)
|
||||||
|
|
||||||
local list = self.internals[1]
|
local list = self.internals[1]
|
||||||
local listchildren = list.children
|
local listchildren = list.children
|
||||||
|
Loading…
Reference in New Issue
Block a user