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