Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
WoW
Talk
English
Views
Read
Edit
History
More
Search
Navigation
Home
Random page
Help using wiki
Editions
for WoW
for WildStar
for Solar2D
Documentation
for WoW
for WildStar
Reference
WoW
⦁ FrameXML
⦁ AddOns
⦁ API
⦁ WoW Lua
WildStar
⦁ AddOns
⦁ API
⦁ WildStar Lua
Engine
Tools
What links here
Related changes
Special pages
Page information
Site
Recent Changes
Editing
WoW:UISUMMARY CheckButton
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== Inherited Frame Methods === [[UISUMMARY Frame|Frame object summary]] : [[API Frame CreateFontString|CheckButton:CreateFontString(["name"[,"layer"]])]] - Create and return a new FontString as a child of this Frame. : [[API Frame CreateTexture|CheckButton:CreateTexture(["name"[,"layer"]])]] - Create and return a new Texture as a child of this Frame. : [[API Frame CreateTitleRegion|CheckButton:CreateTitleRegion]] : [[API Frame DisableDrawLayer|CheckButton:DisableDrawLayer("layer")]] - Disable rendering of regions in the specified draw layer. : [[API Frame EnableDrawLayer|CheckButton:EnableDrawLayer("layer")]] - Enable rendering of regions in the specified draw layer. : [[API Frame EnableKeyboard|CheckButton:EnableKeyboard(enableFlag)]] - Set whether this frame will get keyboard input. : [[API Frame EnableMouse|CheckButton:EnableMouse(enableFlag)]] - Set whether this frame will get mouse input. : [[API Frame EnableMouseWheel|CheckButton:EnableMouseWheel(enableFlag)]] - Set whether this frame will get mouse wheel events. : [[API Frame GetBackdrop|CheckButton:GetBackdrop]] : [[API Frame GetBackdropBorderColor|CheckButton:GetBackdropBorderColor]] : [[API Frame GetBackdropColor|CheckButton:GetBackdropColor]] : [[API Frame GetChildren|CheckButton:GetChildren()]] - Get children of this frame. : [[API Frame GetEffectiveScale|CheckButton:GetEffectiveScale()]] - Get the scale factor of this object relative to the root window. : [[API Frame GetFrameLevel|CheckButton:GetFrameLevel()]] - Get the level of this frame. : [[API Frame GetFrameStrata|CheckButton:GetFrameStrata()]] - Get the strata of this frame. : [[API Frame GetFrameType|CheckButton:GetFrameType()]] - Get the type of this frame. : [[API Frame GetHitRectInsets|CheckButton:GetHitRectInsets]] : [[API Frame GetID|CheckButton:GetID()]] - Get the ID of this frame. : [[API Frame GetMaxResize|CheckButton:GetMaxResize]] : [[API Frame GetMinResize|CheckButton:GetMinResize]] : [[API Frame GetNumChildren|CheckButton:GetNumChildren()]] - Get the number of children this frame has. : [[API Frame GetNumRegions|CheckButton:GetNumRegions()]] - Return the number of Regions that are children of this frame. : [[API Frame GetRegions|CheckButton:GetRegions()]] - Return the regions of the frame (multiple return values). : [[API Frame GetScale|CheckButton:GetScale()]] - Get the scale factor of this object relative to its parent. : [[API Frame GetScript|CheckButton:GetScript("handler")]] - Get the function for one of this frame's handlers. : [[API Frame GetTitleRegion|CheckButton:GetTitleRegion]] : [[API Frame HasScript|CheckButton:HasScript("handler")]] - Return true if the frame can be given a handler of the specified type (NOT whether it actually HAS one, use GetScript for that) - Since 1.8. : [[API Frame IsClampedToScreen|CheckButton:IsClampedToScreen]] : [[API Frame IsFrameType|CheckButton:IsFrameType("type")]] - Determine if this frame is of the specified type, or a subclass of that type. : [[API Frame IsKeyboardEnabled|CheckButton:IsKeyboardEnabled]] : [[API Frame IsMouseEnabled|CheckButton:IsMouseEnabled]] : [[API Frame IsMouseWheelEnabled|CheckButton:IsMouseWheelEnabled]] : [[API Frame IsMovable|CheckButton:IsMovable()]] - Determine if the frame can be moved. : [[API Frame IsResizable|CheckButton:IsResizable()]] - Determine if the frame can be resized. : [[API Frame IsToplevel|CheckButton:IsToplevel]] : [[API Frame IsUserPlaced|CheckButton:IsUserPlaced()]] - Determine if this frame has been relocated by the user. : [[API Frame Lower|CheckButton:Lower()]] - Lower this frame behind other frames. : [[API Frame Raise|CheckButton:Raise()]] - Raise this frame above other frames. : [[API Frame RegisterAllEvents|CheckButton:RegisterAllEvents]] : [[API Frame RegisterEvent|CheckButton:RegisterEvent("event")]] - Indicate that this frame should be notified when event occurs. : [[API Frame RegisterForDrag|CheckButton:RegisterForDrag("buttonType"[,"buttonType"...])]] - Inidicate that this frame should be notified of drag events for the specified buttons. : [[API Frame SetBackdrop|CheckButton:SetBackdrop([backdropTable])]] - Set the backdrop of the frame according to the specification provided. : [[API Frame SetBackdropBorderColor|CheckButton:SetBackdropBorderColor(r,g,b[,a])]] - Set the frame's backdrop's border's color. : [[API Frame SetBackdropColor|CheckButton:SetBackdropColor(r,g,b[,a])]] - Set the frame's backdrop color. : [[API Frame SetClampedToScreen|CheckButton:SetClampedToScreen]] : [[API Frame SetFrameLevel|CheckButton:SetFrameLevel(level)]] - Set the level of this frame (determines which of overlapping frames shows on top). : [[API Frame SetFrameStrata|CheckButton:SetFrameStrata("strata")]] - Set the strata of this frame. : [[API Frame SetHitRectInsets|CheckButton:SetHitRectInsets]] : [[API Frame SetID|CheckButton:SetID(id)]] - Set the ID of this frame. : [[API Frame SetMaxResize|CheckButton:SetMaxResize(maxWidth,maxHeight)]] - Set the maximum dimensions this frame can be resized to. : [[API Frame SetMinResize|CheckButton:SetMinResize(minWidth,minHeight)]] - Set the minimum dimensions this frame can be resized to. : [[API Frame SetMovable|CheckButton:SetMovable(isMovable)]] - Set whether the frame can be moved. : [[API Frame SetResizable|CheckButton:SetResizable(isResizable)]] - Set whether the frame can be resized. : [[API Frame SetScale|CheckButton:SetScale(scale)]] - Set the scale factor of this frame relative to its parent. : [[API Frame SetScript|CheckButton:SetScript("handler",function)]] - Set the function to use for a handler on this frame. : [[API Frame SetToplevel|CheckButton:SetToplevel]] : [[API Frame SetUserPlaced|CheckButton:SetUserPlaced(isUserPlaced)]] - Set whether the frame has been relocated by the user (and will thus be saved in the layout cache). : [[API Frame StartMoving|CheckButton:StartMoving()]] - Start moving this frame. : [[API Frame StartSizing|CheckButton:StartSizing("point")]] - Start sizing this frame using the specified anchor point. : [[API Frame StopMovingOrSizing|CheckButton:StopMovingOrSizing()]] - Stop moving and/or sizing this frame. : [[API Frame UnregisterAllEvents|CheckButton:UnregisterAllEvents()]] - Indicate that this frame should no longer be notified when any events occur. : [[API Frame UnregisterEvent|CheckButton:UnregisterEvent("event")]] - Indicate that this frame should no longer be notified when event occurs.
Summary:
Please note that all contributions to AddOn Studio are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see
AddOn Studio Wiki:Copyrights
for details).
Submissions must be written by you, or copied from a public domain or similar free resource (see
AddOn Studio Wiki:Copyrights
for details).
Cancel
Editing help
(opens in new window)