RSS

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

EditBox:SetTextInsets(left, right, top, bottom)

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


Signature:
Code
EditBox:SetTextInsets(left, right, top, bottom)

Arguments:
  • 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/SetTextInsets