WoW:API Region SetHeight
Sets the height of a frame-based object.
obj:SetHeight(height);
- Arguments
- height
- The height to set the frame-based object to.
- Returns
- nil
- Example
myAddonOptionsParent = myAddonOptions:GetParent(); myAddonOptions:SetHeight(myAddonOptionsParent:GetHeight() / 2);
- Result
- The frame named 'myAddonOptions' would be set to half the height of its parent frame.
- Description
- Sets the height of a frame-based object.