RSS

Четверг, 28.03.2024, 13:01
Главная » WoW API » API Виджеты » Внутриигровая подсказка »

GameTooltip:SetMinimumWidth(width)

[ править ]
Sets the minimum width of the tooltip.
[клоны]
Sets the minimum width of the tooltip. Normally, a tooltip is automatically sized to match the width of its shortest line of text; setting a minimum width can be useful if the tooltip also contains non-text frames (such as an amount of money or a status bar).

The tooltip is not automatically resized to the new width; to do so, call the tooltip's :Show() method.


Signature:
Code
GameTooltip:SetMinimumWidth(width)

Arguments:
  • width - Minimum width of the tooltip frame (in pixels) (number)

Также смотрите: Внутриигровая подсказка
Ссылки: http://wowprogramming.com/docs/widgets/GameTooltip/SetMinimumWidth