... = ArchaeologyDigSiteFrame:GetChildren()
|
Returns a list of child frames of the frame.
|
left, bottom, width, height = ArchaeologyDigSiteFrame:GetBoundsRect()
|
Returns the position and dimension of the smallest area enclosing the frame and its children.
|
backdrop = ArchaeologyDigSiteFrame:GetBackdrop()
|
Returns information about the frame's backdrop graphic.
|
ArchaeologyDigSiteFrame:EnableMouseWheel(enable)
|
Enables or disables mouse wheel interactivity for the frame.
|
ArchaeologyDigSiteFrame:EnableMouse(enable)
|
Enables or disables mouse interactivity for the frame.
|
ArchaeologyDigSiteFrame:EnableKeyboard(enable)
|
Enables or disables keyboard interactivity for the frame.
|
ArchaeologyDigSiteFrame:EnableDrawLayer("layer")
|
Allows display of all child objects of the frame on a specified graphics layer.
|
ArchaeologyDigSiteFrame:DisableDrawLayer("layer")
|
Prevents display of all child objects of the frame on a specified graphics layer.
|
enabled = ArchaeologyDigSiteFrame:CanChangeAttribute()
|
Returns whether secure frame attributes can currently be changed.
|
ArchaeologyDigSiteFrame:AllowAttributeChanges()
|
Temporarily allows insecure code to modify the frame's attributes during combat.
|