RSS

Среда, 06.11.2024, 05:47
Главная » WoW API »

API Функции

[ Добавить запись ]

В разделе материалов: 7079
Показано материалов: 3601-3650
Страницы: « 1 2 ... 71 72 73 74 75 ... 141 142 »

Название Описание
ControlPoint:SetOffset(x, y) Sets the offset for the control point.
isType = ControlPoint:IsObjectType("type") Returns whether the object belongs to a given widget type.
parent = ControlPoint:GetParent() Returns the object's parent object.
order = ControlPoint:GetOrder() Returns the order of the control point in a path animation.
x, y = ControlPoint:GetOffset() Returns the offset for the control point.
type = ControlPoint:GetObjectType() Returns the object's widget type.
name = ControlPoint:GetName() Returns the widget object's name.
ColorSelect:UnregisterEvent("event") Unregisters the frame for an event.
ColorSelect:UnregisterAllEvents() Unregisters the frame from any [[docs/eventsevents]] for which it is registered.
ColorSelect:StopMovingOrSizing() Ends movement or resizing of the frame initiated with [[docs/widgets/Frame/StartMoving`:StartMoving()`]] or [[docs/widgets/Frame/StartSizing`:StartSizing()`]]
ColorSelect:StopAnimating() Stops any active animations involving the region or its children.
ColorSelect:StartSizing() Begins resizing the frame via mouse movement.
ColorSelect:StartMoving() Begins repositioning the frame via mouse movement.
ColorSelect:Show() Shows the region.
ColorSelect:SetWidth(width) Sets the region's width.
ColorSelect:SetUserPlaced(enable) Flags the frame for automatic saving and restoration of position and dimensions.
ColorSelect:SetToplevel(enable) Sets whether the frame should automatically come to the front when clicked.
ColorSelect:SetSize(width, height) Sets the size of the region to the specified values.
ColorSelect:SetScript("scriptType", handler) Sets the widget's handler function for a script.
ColorSelect:SetScale(scale) Sets the frame's scale factor.
ColorSelect:SetResizable(enable) Sets whether the frame can be resized by the user.
ColorSelect:SetPropagateKeyboardInput() Функция еще не задокументированна.
ColorSelect:SetPoint("point" [, relativeTo [, "relativePoint" [, xOffset [, yOffset]]]]) Sets an anchor point for the region.
ColorSelect:SetParent(frame) or ColorSelect:SetParent("name") Makes another frame the parent of this region.
ColorSelect:SetMovable(enable) Sets whether the frame can be moved by the user.
ColorSelect:SetMinResize(minWidth, minHeight) Sets the minimum size of the frame for user resizing.
ColorSelect:SetMaxResize(maxWidth, maxHeight) Sets the maximum size of the frame for user resizing.
ColorSelect:SetID(id) Sets a numeric identifier for the frame.
ColorSelect:SetHitRectInsets(left, right, top, bottom) Sets the insets from the frame's edges which determine its mouse-interactable area.
ColorSelect:SetHeight(height) Sets the region's height.
ColorSelect:SetFrameStrata("strata") Sets the general layering strata of the frame.
ColorSelect:SetFrameLevel(level) Sets the level at which the frame is layered relative to others in its strata.
ColorSelect:SetDontSavePosition() Функция еще не задокументированна.
ColorSelect:SetDepth(depth) Sets the 3D depth of the frame (for stereoscopic 3D configurations)
ColorSelect:SetColorWheelThumbTexture(texture) or ColorSelect:SetColorWheelThumbTexture("filename") Sets the texture for the selection indicator on the color picker's hue/saturation wheel.
ColorSelect:SetColorWheelTexture(texture) Sets the `Texture` object used to display the color picker's hue/saturation wheel.
ColorSelect:SetColorValueThumbTexture(texture) or ColorSelect:SetColorValueThumbTexture("filename") Sets the texture for the color picker's value slider thumb.
ColorSelect:SetColorValueTexture(texture) Sets the `Texture` object used to display the color picker's value slider.
ColorSelect:SetColorRGB(red, blue, green) Sets the color picker's selected color by red, green and blue components.
ColorSelect:SetColorHSV(hue, saturation, value) Sets the color picker's selected color by hue, saturation and value.
ColorSelect:SetClampedToScreen(enable) Sets whether the frame's boundaries should be limited to those of the screen.
ColorSelect:SetClampRectInsets(left, right, top, bottom) Sets offsets from the frame's edges used when limiting user movement or resizing of the frame.
ColorSelect:SetBackdropColor(red, green, blue [, alpha]) Sets a shading color for the frame's background graphic.
ColorSelect:SetBackdropBorderColor(red, green, blue [, alpha]) Sets a shading color for the frame's border graphic.
ColorSelect:SetBackdrop(backdrop) Sets a backdrop graphic for the frame.
ColorSelect:SetAttribute("name", value) Sets a secure frame attribute.
ColorSelect:SetAlpha(alpha) Sets the opacity of the region relative to its parent.
ColorSelect:SetAllPoints([region]) or ColorSelect:SetAllPoints(["name"]) Sets all anchor points of the region to match those of another region.
ColorSelect:RegisterForDrag(...) Registers the frame for dragging.
ColorSelect:RegisterEvent("event") Registers the frame for an [[docs/eventsevent]]