mirror of
https://github.com/linux-man/LoveFrames.git
synced 2024-11-18 16:04:22 +00:00
Add scrollbody:GetScrollBar
This commit is contained in:
parent
ff339b0fcf
commit
8fb82f7d7a
@ -17,6 +17,7 @@ Version 0.9.9 - Alpha (Release Date TBD)
|
||||
[ADDED] a new columnlist method: SetColumnWidth(id, width)
|
||||
[ADDED] a new columnlist method: GetColumnWidth(id)
|
||||
[ADDED] a new columnlistheader method: SetName(name)
|
||||
[ADDED] a new scrollbody method: GetScrollBar()
|
||||
|
||||
[FIXED] bug that would cause tabbuttons to be positioned incorrectly when scrolling with the mouse wheel
|
||||
[FIXED] collision detection issue caused by list child objects not being updated when outside of their parent's bounding box
|
||||
|
@ -193,4 +193,14 @@ function newobject:draw()
|
||||
v:draw()
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
--[[---------------------------------------------------------
|
||||
- func: GetScrollBar()
|
||||
- desc: gets the object's scroll bar
|
||||
--]]---------------------------------------------------------
|
||||
function newobject:GetScrollBar()
|
||||
|
||||
return self.internals[1].internals[1]
|
||||
|
||||
end
|
Loading…
Reference in New Issue
Block a user