RSS

Вторник, 07.05.2024, 22:43
Главная » WoW API » API Виджеты » Фрейм »

StatusBar:SetResizable(enable)

[ править ]
Sets whether the frame can be resized by the user.
[клоны]
Sets whether the frame can be resized by the user. Enabling this property does not automatically implement behaviors allowing the frame to be drag-resized by the user -- such behavior must be implemented in the frame's mouse script handlers. If this property is not enabled, Frame:StartSizing() causes a Lua error.

Signature:
Code
Frame:SetResizable(enable)

Arguments:
  • enable - True to allow the frame to be resized by the user; false to disable (boolean)

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