RSS

Суббота, 27.04.2024, 08:22
Главная » WoW API » API Виджеты » Фрейм »

TabardModel:SetMaxResize(maxWidth, maxHeight)

[ править ]
Sets the maximum size of the frame for user resizing.
[клоны]
Sets the maximum size of the frame for user resizing. Applies when resizing the frame with the mouse via :StartSizing().


Signature:
Code
Frame:SetMaxResize(maxWidth, maxHeight)

Arguments:
  • maxWidth - Maximum width of the frame (in pixels), or 0 for no limit (number)
  • maxHeight - Maximum height of the frame (in pixels), or 0 for no limit (number)

Также смотрите: Фрейм
Ссылки: http://wowprogramming.com/docs/widgets/Frame/SetMaxResize