mirror of
https://github.com/linux-man/LoveFrames.git
synced 2024-11-18 16:04:22 +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
|
||||
|
||||
--[[---------------------------------------------------------
|
||||
- func: SetRowColumnText(text, rowid, columnid)
|
||||
- desc: sets the text of the of specific column in the
|
||||
specified row
|
||||
- func: SetCellText(text, rowid, columnid)
|
||||
- desc: sets a cell's text
|
||||
--]]---------------------------------------------------------
|
||||
function newobject:SetRowColumnText(text, rowid, columnid)
|
||||
function newobject:SetCellText(text, rowid, columnid)
|
||||
|
||||
local list = self.internals[1]
|
||||
local listchildren = list.children
|
||||
|
Loading…
Reference in New Issue
Block a user