api/libs/lib-side-panel-1-0/LibSidePanel-1.0

sidePanel:Refresh()

Will reanchor all managed frames.
Should not be called directly, as it will be called by Register and Unregister.


sidePanel:Register(frame, side, priority)

Adds a frame to be managed, note that the frame must set its height or width (depending on the side) but should not set any other size property or anchor.

Parameters

frame
The frame to register.
side
The side, must bei one of 'TOP','LEFT','BOTTOM', or 'RIGHT'.
priority
Lower priority frames are closer to the edges of the screen (default is 100), must not be negative.


sidePanel:Unregister(frame)

Unregisters a frame.
Will also remove the frame from jostle.

Parameters

frame
the frame to unregister


sortFunction(a, b)

sorts entries by their priority value

Parameters

a
b



Comments

Posts Quoted:
Reply
Clear All Quotes