BlzFrameSetLevel

Parameters
frameframehandle
levelinteger

bigger number gives a higher position.

comment

Used to reorder the children of a Frame. SimpleFrames have fixed internal Layers. Which only contain String/Textures. For SimpleFrames Level sets them higher/lower to all other SimpleFrames.

bug

In some cases, changing the level after setting alpha value with native BlzFrameSetAlpha can reset the alpha to 255 (fully opaque).

patch

1.31.0.11889

Source
common.j (suggest an edit or discuss on Github)
return type
nothing
Source code
native BlzFrameSetLevel                            takes framehandle frame, integer level returns nothing