mirror of
https://github.com/linux-man/LoveFrames.git
synced 2024-11-26 05:14:21 +00:00
Addd missing columnlistarea method comments
This commit is contained in:
parent
01163b2ab9
commit
c95618354a
@ -408,6 +408,10 @@ function newobject:Clear()
|
|||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
--[[---------------------------------------------------------
|
||||||
|
- func: GetVerticalScrollBar()
|
||||||
|
- desc: gets the object's vertical scrollbar
|
||||||
|
--]]---------------------------------------------------------
|
||||||
function newobject:GetVerticalScrollBar()
|
function newobject:GetVerticalScrollBar()
|
||||||
|
|
||||||
for k, v in ipairs(self.internals) do
|
for k, v in ipairs(self.internals) do
|
||||||
@ -420,6 +424,10 @@ function newobject:GetVerticalScrollBar()
|
|||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
--[[---------------------------------------------------------
|
||||||
|
- func: GetHorizontalScrollBar()
|
||||||
|
- desc: gets the object's horizontal scrollbar
|
||||||
|
--]]---------------------------------------------------------
|
||||||
function newobject:GetHorizontalScrollBar()
|
function newobject:GetHorizontalScrollBar()
|
||||||
|
|
||||||
for k, v in ipairs(self.internals) do
|
for k, v in ipairs(self.internals) do
|
||||||
|
Loading…
Reference in New Issue
Block a user