mirror of
https://github.com/linux-man/LoveFrames.git
synced 2024-11-18 16:04:22 +00:00
Add tooltip:GetPadding
This commit is contained in:
parent
ffed66b9af
commit
6ac09e51ec
@ -332,6 +332,16 @@ function newobject:SetPadding(padding)
|
||||
|
||||
end
|
||||
|
||||
--[[---------------------------------------------------------
|
||||
- func: GetPadding()
|
||||
- desc: gets the tooltip's padding
|
||||
--]]---------------------------------------------------------
|
||||
function newobject:GetPadding()
|
||||
|
||||
return self.padding
|
||||
|
||||
end
|
||||
|
||||
--[[---------------------------------------------------------
|
||||
- func: SetFont(font)
|
||||
- desc: sets the tooltip's font
|
||||
|
Loading…
Reference in New Issue
Block a user