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 Button Methods === [[UISUMMARY Button|Button object summary]] : [[API Button Click|CheckButton:Click()]] - Execute the click action of the button. : [[API Button Disable|CheckButton:Disable()]] - Disable the Button so that it cannot be clicked. : [[API Button Enable|CheckButton:Enable()]] - Enable to the Button so that it may be clicked. : [[API Button GetButtonState|CheckButton:GetButtonState()]] - Return the current state ("PUSHED","NORMAL") of the Button. : [[API Button GetDisabledFontObject|CheckButton:GetDisabledFontObject()]] - Return the font object for the Button when disabled - New in 1.10. : [[API Button GetDisabledTextColor|CheckButton:GetDisabledTextColor]] : [[API Button GetDisabledTexture|CheckButton:GetDisabledTexture]] : [[API Button GetFont|CheckButton:GetFont()]] - Returns the font, size, and flags currently used for display on the Button. : [[API Button GetFontString|CheckButton:GetFontString]] : [[API Button GetHighlightFontObject|CheckButton:GetHighlightFontObject()]] - Return the font object for the Button when highlighted - New in 1.10. : [[API Button GetHighlightTextColor|CheckButton:GetHighlightTextColor]] : [[API Button GetHighlightTexture|CheckButton:GetHighlightTexture]] : [[API Button GetNormalTexture|CheckButton:GetNormalTexture]] : [[API Button GetPushedTextOffset|CheckButton:GetPushedTextOffset]] : [[API Button GetPushedTexture|CheckButton:GetPushedTexture]] : [[API Button GetText|CheckButton:GetText()]] - Get the text label for the Button. : [[API Button GetTextColor|CheckButton:GetTextColor]] : [[API Button GetTextFontObject|CheckButton:GetTextFontObject()]] - Return the font object for the Button's normal text - New in 1.10. : [[API Button GetTextHeight|CheckButton:GetTextHeight()]] - Get the height of the Button's text. : [[API Button GetTextWidth|CheckButton:GetTextWidth()]] - Get the width of the Button's text. : [[API Button IsEnabled|CheckButton:IsEnabled()]] - Determine whether the Button is enabled. : [[API Button LockHighlight|CheckButton:LockHighlight()]] - Set the Button to always be drawn highlighted. : [[API Button RegisterForClicks|CheckButton:RegisterForClicks("clickType"[,"clickType"...])]] - Indicate which types of clicks this Button should receive. : [[API Button SetButtonState|CheckButton:SetButtonState("state"[,lock])]] - Set the state of the Button ("PUSHED", "NORMAL") and whether it is locked. : [[API Button SetDisabledFontObject|CheckButton:SetDisabledFontObject([font])]] - Set the font object for settings when disabled - New in 1.10. : [[API Button SetDisabledTextColor|CheckButton:SetDisabledTextColor(r,g,b[,a])]] - Set the disabled text color for the Button. : [[API Button SetDisabledTexture|CheckButton:SetDisabledTexture(texture or "texturePath")]] - Set the disabled texture for the Button - Updated in 1.10. : [[API Button SetFont|CheckButton:SetFont("font",size[,"flags"])]] - Set the font to use for display. : [[API Button SetFontString|CheckButton:SetFontString]] : [[API Button SetHighlightFontObject|CheckButton:SetHighlightFontObject([font])]] - Set the font object for settings when highlighted - New in 1.10. : [[API Button SetHighlightTextColor|CheckButton:SetHighlightTextColor(r,g,b[,a])]] - Set the highlight text color for the Button. : [[API Button SetHighlightTexture|CheckButton:SetHighlightTexture(texture or "texturePath")]] - Set the highlight texture for the Button - Updated in 1.10. : [[API Button SetNormalTexture|CheckButton:SetNormalTexture(texture or "texturePath")]] - Set the normal texture for the Button - Updated in 1.10. : [[API Button SetPushedTextOffset|CheckButton:SetPushedTextOffset]] : [[API Button SetPushedTexture|CheckButton:SetPushedTexture(texture or "texturePath")]] - Set the pushed texture for the Button - Updated in 1.10. : [[API Button SetText|CheckButton:SetText("text")]] - Set the text label for the Button. : [[API Button SetTextColor|CheckButton:SetTextColor(r,g,b)]] - Set the text color for the Button. : [[API Button SetTextFontObject|CheckButton:SetTextFontObject([font])]] - Set the font object from which to get settings for this Button's normal state - New in 1.10. : [[API Button UnlockHighlight|CheckButton:UnlockHighlight()]] - Set the Button to not always be drawn highlighted.
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)