WoW:API Region SetPoint: Difference between revisions

m
fixed a minor mistake in the EBNF
m (fixed indentation of "point" argument)
m (fixed a minor mistake in the EBNF)
Line 1: Line 1:
{{widgetmethod}}
{{widgetmethod}}


Sets the current attachment point of an UI component. Any of the following formats are valid
Sets the current attachment point of an UI component.


obj:SetPoint(point);
obj:SetPoint(point [, frame] [, relativePoint] [, x [, y]]);
obj:SetPoint(point, frame);
obj:SetPoint(point, frame, relativePoint);
obj:SetPoint(point, x, y);
obj:SetPoint(point, frame, relativePoint , x, y);


== Parameters ==
== Parameters ==
Anonymous user