Open main menu
Home
Random
Log in
Settings
About AddOn Studio
Disclaimers
AddOn Studio
Search
Editing
WoW:API Region Hide
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!
{{widgetmethod}} __NOTOC__ This function makes an object, and all its children, invisible. MyObject:Hide() == Parameters == === Arguments === :''none'' === Returns === :''nil'' == Notes == : Makes an object invisible. If it is a [[UIOBJECT Frame|Frame]] derivate, and has children, they will be hidden as well. : The [[UIHANDLER OnHide|OnHide]] event handler will be called for the object and all its children. * Future calls to [[API Region IsShown|:IsShown]]() as well as [[API Region IsVisible|:IsVisible]]() will return ''false'' for the object. * Child objects will return false from [[API Region IsVisible|:IsVisible]](), but will return ''true'' from [[API Region IsShown|:IsShown]] unless :Hide() is called on them explicitly.
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)
Templates used on this page:
Template:Apinav
(
edit
)
Template:Editlink
(
edit
)
Template:Tocright
(
edit
)
Template:Widget
(
edit
)
Template:Widgetmethod
(
edit
)