RSS

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

API Функции

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

В разделе материалов: 7079
Показано материалов: 3751-3800
Страницы: « 1 2 ... 74 75 76 77 78 ... 141 142 »

Название Описание
CheckButton:SetResizable(enable) Sets whether the frame can be resized by the user.
CheckButton:SetPushedTexture(texture) or CheckButton:SetPushedTexture("filename") Sets the texture used when the button is pushed.
CheckButton:SetPushedTextOffset(x, y) Sets the offset for moving the button's label text when pushed.
CheckButton:SetPropagateKeyboardInput() Функция еще не задокументированна.
CheckButton:SetPoint("point" [, relativeTo [, "relativePoint" [, xOffset [, yOffset]]]]) Sets an anchor point for the region.
CheckButton:SetParent(frame) or CheckButton:SetParent("name") Makes another frame the parent of this region.
CheckButton:SetNormalTexture(texture) or CheckButton:SetNormalTexture("filename") Sets the texture used for the button's normal state.
CheckButton:SetNormalFontObject(font) Sets the font object used for the button's normal state.
CheckButton:SetMovable(enable) Sets whether the frame can be moved by the user.
CheckButton:SetMotionScriptsWhileDisabled(enabled) Sets whether the button should fire [[docs/scripts/OnEnterOnEnter]]/[[docs/scripts/OnLeaveOnLeave]] events while disabled.
CheckButton:SetMinResize(minWidth, minHeight) Sets the minimum size of the frame for user resizing.
CheckButton:SetMaxResize(maxWidth, maxHeight) Sets the maximum size of the frame for user resizing.
CheckButton:SetID(id) Sets a numeric identifier for the frame.
CheckButton:SetHitRectInsets(left, right, top, bottom) Sets the insets from the frame's edges which determine its mouse-interactable area.
CheckButton:SetHighlightTexture(texture [, "mode"]) or CheckButton:SetHighlightTexture("filename" [, "mode"]) Sets the texture used when the button is highlighted.
CheckButton:SetHighlightFontObject(font) Sets the font object used when the button is highlighted.
CheckButton:SetHeight(height) Sets the region's height.
CheckButton:SetFrameStrata("strata") Sets the general layering strata of the frame.
CheckButton:SetFrameLevel(level) Sets the level at which the frame is layered relative to others in its strata.
CheckButton:SetFormattedText("formatString", ...) Sets the button's label text using format specifiers.
CheckButton:SetFontString(fontstring) Sets the `FontString` object used for the button's label text.
CheckButton:SetDontSavePosition() Функция еще не задокументированна.
CheckButton:SetDisabledTexture(texture) or CheckButton:SetDisabledTexture("filename") Sets the texture used when the button is disabled.
CheckButton:SetDisabledFontObject(font) Sets the font object used for the button's disabled state.
CheckButton:SetDisabledCheckedTexture(texture) or CheckButton:SetDisabledCheckedTexture("filename") Sets the texture used when the button is disabled and checked.
CheckButton:SetDepth(depth) Sets the 3D depth of the frame (for stereoscopic 3D configurations)
CheckButton:SetClampedToScreen(enable) Sets whether the frame's boundaries should be limited to those of the screen.
CheckButton:SetClampRectInsets(left, right, top, bottom) Sets offsets from the frame's edges used when limiting user movement or resizing of the frame.
CheckButton:SetCheckedTexture(texture) or CheckButton:SetCheckedTexture("filename") Sets the texture used when the button is checked.
CheckButton:SetChecked(enable) Sets whether the check button is checked.
CheckButton:SetButtonState("state", lock) Sets the button's state.
CheckButton:SetBackdropColor(red, green, blue [, alpha]) Sets a shading color for the frame's background graphic.
CheckButton:SetBackdropBorderColor(red, green, blue [, alpha]) Sets a shading color for the frame's border graphic.
CheckButton:SetBackdrop(backdrop) Sets a backdrop graphic for the frame.
CheckButton:SetAttribute("name", value) Sets a secure frame attribute.
CheckButton:SetAlpha(alpha) Sets the opacity of the region relative to its parent.
CheckButton:SetAllPoints([region]) or CheckButton:SetAllPoints(["name"]) Sets all anchor points of the region to match those of another region.
CheckButton:RegisterForDrag(...) Registers the frame for dragging.
CheckButton:RegisterForClicks(...) Registers a button to receive mouse clicks.
CheckButton:RegisterEvent("event") Registers the frame for an [[docs/eventsevent]]
CheckButton:RegisterAllEvents() Registers the frame for all events.
CheckButton:Raise() Increases the frame's frame level above all other frames in its strata.
CheckButton:Lower() Reduces the frame's frame level below all other frames in its strata.
CheckButton:LockHighlight() Locks the button in its highlight state.
visible = CheckButton:IsVisible() Returns whether the region is visible.
enabled = CheckButton:IsUserPlaced() Returns whether the frame is flagged for automatic saving and restoration of position and dimensions.
enabled = CheckButton:IsToplevel() Returns whether the frame is automatically raised to the front when clicked.
shown = CheckButton:IsShown() Returns whether the region is shown.
enabled = CheckButton:IsResizable() Returns whether the frame can be resized by the user.
isProtected, explicit = CheckButton:IsProtected() Returns whether the region is protected.