WoW LibDraggable addon Dragonflight/Wrath of the Lich King Classic 2024
logo
wow addon LibDraggable

LibDraggable

Game Version: 8.1.0 +9
Total Downloads: 270
Updated: Aug 16, 2016
Created: Jul 29, 2016
download LibDraggableDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
v1.0r5 release 1.22 KB Aug 16, 2016 8.1.0 +9 65 download LibDraggable v1.0r5 releaseDownload
LibDraggable-1.0r2 release 1.38 KB Aug 7, 2016 7.0.3 92 download LibDraggable LibDraggable-1.0r2 releaseDownload
LibDraggable-1.0r1 release 1.28 KB Jul 30, 2016 7.0.3 69 download LibDraggable LibDraggable-1.0r1 releaseDownload
LibDraggable-1.0 release 1.12 KB Jul 29, 2016 7.0.3 44 download LibDraggable LibDraggable-1.0 releaseDownload

Description

Share this:

LibDraggable-1.0 API

LibDraggable:EnableIndirectDragging(frame, …)

Enabled a frame to be draggable by the child frames, but not by the parent itself.

Parameters

frame
The parent frame
Child frames

LibDraggable:EnableDragging(frame, …)

Enable a frame to be dragged as well as it's children.

Parameters

frame
The parent frame
Child frames

LibDraggable:DisableDragging(frame, …)

Disable dragging of a frame, and all it's children.

Parameters

frame
The parent frame
Child frames

LibDraggable:EnableSavePosition(frame, saved)

Enables the saving of the position for re-opening of the frame

Parameters

frame
Any of the frame, or the children frames which have been previously enabled for dragging
saved
A SavedVariable to read/write saved positions from.

LibDraggable:DisableSavePosition(frame)

Disables the saving of the position for re-opening of the frame

Parameters

frame
Any of the frame, or the children frames which have been previously enabled for dragging

LibDraggable:SetClampToScreen(frame, clamped)

Enables or disables clamping frames to the screen

Parameters

frame
Any of the frame, or the children frames which have been previously enabled for dragging
clamped
To enable or disable (true/false)

LibDraggable:SetDragonButton(frame, button)

Set the drag button for moving the frame

Parameters

frame
Any of the frame, or the children frames which have been previously enabled for dragging
button
Either of "LeftButton" or "RightButton"

Comments

Add a comment