Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Advertisement

Returns the amount of padding applied to the edit box text.

left, right, top, bottom = EditBox:GetTextInsets()

Arguments[]

left
Number - units of padding applied to the left edge of the editbox.
right
Number - units of padding applied to the right edge of the editbox.
top
Number - units of padding applied to the top edge of the editbox.
bottom
Number - units of padding applied to the bottom edge of the editbox.

Details[]

  • Positive values indicate that the the space used to display text within the edit box was reduced.

Patch history[]

WoW Icon update Patch 1.11.0 (2006-06-19): Added.

See also[]

Advertisement