RSS

Пятница, 26.04.2024, 17:24
Главная » WoW API » API Виджеты » Окно редактирования »

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

[ править ]
Returns the insets from the edit box's edges which determine its interactive text area.
[клоны]
Returns the insets from the edit box's edges which determine its interactive text area.


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

Returns:
  • left - Distance from the left edge of the edit box to the left edge of its interactive text area (in pixels) (number)
  • right - Distance from the right edge of the edit box to the right edge of its interactive text area (in pixels) (number)
  • top - Distance from the top edge of the edit box to the top edge of its interactive text area (in pixels) (number)
  • bottom - Distance from the bottom edge of the edit box to the bottom edge of its interactive text area (in pixels) (number)

Также смотрите: Окно редактирования
Ссылки: http://wowprogramming.com/docs/widgets/EditBox/GetTextInsets