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)