Add tooltip:GetPadding

This commit is contained in:
Kenny Shields 2014-02-11 07:35:00 -05:00
parent ffed66b9af
commit 6ac09e51ec

View File

@ -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