RSS

Четверг, 28.03.2024, 22:44
Главная » WoW API » API Виджеты » Фрейм »

minWidth, minHeight = TabardModel:GetMinResize()

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


Signature:
Code
minWidth, minHeight = Frame:GetMinResize()

Returns:
  • 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/GetMinResize