ArchaeologyDigSiteFrame:SetMovable(enable)
|
Sets whether the frame can be moved by the user.
|
ArchaeologyDigSiteFrame:SetID(id)
|
Sets a numeric identifier for the frame.
|
ArchaeologyDigSiteFrame:SetHitRectInsets(left, right, top, bottom)
|
Sets the insets from the frame's edges which determine its mouse-interactable area.
|
ArchaeologyDigSiteFrame:SetFrameLevel(level)
|
Sets the level at which the frame is layered relative to others in its strata.
|
ArchaeologyDigSiteFrame:SetDepth(depth)
|
Sets the 3D depth of the frame (for stereoscopic 3D configurations)
|
ArchaeologyDigSiteFrame:SetClampedToScreen(enable)
|
Sets whether the frame's boundaries should be limited to those of the screen.
|
ArchaeologyDigSiteFrame:SetClampRectInsets(left, right, top, bottom)
|
Sets offsets from the frame's edges used when limiting user movement or resizing of the frame.
|
ArchaeologyDigSiteFrame:RegisterEvent("event")
|
Registers the frame for an [[docs/eventsevent]]
|
ArchaeologyDigSiteFrame:Raise()
|
Increases the frame's frame level above all other frames in its strata.
|
ArchaeologyDigSiteFrame:Lower()
|
Reduces the frame's frame level below all other frames in its strata.
|
enabled = ArchaeologyDigSiteFrame:IsUserPlaced()
|
Returns whether the frame is flagged for automatic saving and restoration of position and dimensions.
|
enabled = ArchaeologyDigSiteFrame:IsToplevel()
|
Returns whether the frame is automatically raised to the front when clicked.
|
enabled = ArchaeologyDigSiteFrame:IsResizable()
|
Returns whether the frame can be resized by the user.
|
movable = ArchaeologyDigSiteFrame:IsMovable()
|
Returns whether the frame can be moved by the user.
|
enabled = ArchaeologyDigSiteFrame:IsMouseWheelEnabled()
|
Returns whether mouse wheel interactivity is enabled for the frame.
|
enabled = ArchaeologyDigSiteFrame:IsMouseEnabled()
|
Returns whether mouse interactivity is enabled for the frame.
|
enabled = ArchaeologyDigSiteFrame:IsKeyboardEnabled()
|
Returns whether keyboard interactivity is enabled for the frame.
|
enabled = ArchaeologyDigSiteFrame:IsJoystickEnabled()
|
Returns whether joystick interactivity is enabled for the frame.
|
enabled = ArchaeologyDigSiteFrame:IsIgnoringDepth()
|
Returns whether the frame's depth property is ignored (for stereoscopic 3D setups)
|
registered = ArchaeologyDigSiteFrame:IsEventRegistered("event")
|
Returns whether the frame is registered for a given [[docs/eventsevent]]
|
enabled = ArchaeologyDigSiteFrame:IsClampedToScreen()
|
Returns whether the frame's boundaries are limited to those of the screen.
|
ArchaeologyDigSiteFrame:IgnoreDepth(enable)
|
Sets whether the frame's depth property is ignored (for stereoscopic 3D setups)
|
... = ArchaeologyDigSiteFrame:GetRegions()
|
Returns a list of non-Frame child regions belonging to the frame.
|
numRegions = ArchaeologyDigSiteFrame:GetNumRegions()
|
Returns the number of non-Frame child regions belonging to the frame.
|
numChildren = ArchaeologyDigSiteFrame:GetNumChildren()
|
Returns the number of child frames belonging to the frame.
|
id = ArchaeologyDigSiteFrame:GetID()
|
Returns the frame's numeric identifier.
|
left, right, top, bottom = ArchaeologyDigSiteFrame:GetHitRectInsets()
|
Returns the insets from the frame's edges which determine its mouse-interactable area.
|
strata = ArchaeologyDigSiteFrame:GetFrameStrata()
|
Returns the general layering strata of the frame.
|
level = ArchaeologyDigSiteFrame:GetFrameLevel()
|
Sets the level at which the frame is layered relative to others in its strata.
|
depth = ArchaeologyDigSiteFrame:GetEffectiveDepth()
|
Returns the overall 3D depth of the frame (for stereoscopic 3D configurations)
|
depth = ArchaeologyDigSiteFrame:GetDepth()
|
Returns the 3D depth of the frame (for stereoscopic 3D setups)
|
left, right, top, bottom = ArchaeologyDigSiteFrame:GetClampRectInsets()
|
Returns offsets from the frame's edges used when limiting user movement or resizing of the frame.
|