RSS

Пятница, 29.03.2024, 03:11
Главная » WoW API » API Виджеты » Фрейм »

TabardModel:SetMinResize(minWidth, minHeight)

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


Signature:
Code
Frame:SetMinResize(minWidth, minHeight)

Arguments:
  • minWidth - Minimum width of the frame (in pixels), or 0 for no limit (number)
  • minHeight - Minimum height of the frame (in pixels), or 0 for no limit (number)

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