ArchaeologyDigSiteFrame:SetToplevel(enable)
|
Sets whether the frame should automatically come to the front when clicked.
|
ArchaeologyDigSiteFrame:SetSize(width, height)
|
Sets the size of the region to the specified values.
|
ArchaeologyDigSiteFrame:SetResizable(enable)
|
Sets whether the frame can be resized by the user.
|
ArchaeologyDigSiteFrame:SetNumSplinePoints(points)
|
Sets the number of points used in the blob polygon.
|
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:SetAlpha(alpha)
|
Sets the opacity of the region relative to its parent.
|
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.
|
isType = ArchaeologyDigSiteFrame:IsObjectType("type")
|
Returns whether the object belongs to a given widget type.
|
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.
|