Module ui.widget.container.framecontainer

A FrameContainer is some graphics content (1 widget) that is surrounded by a frame

Example:

local frame
frame = FrameContainer:new{
    radius = Size.radius.window,
    bordersize = Size.border.window,
    padding = 0,
    margin = 0,
    background = Blitbuffer.COLOR_WHITE,
    VerticalGroup:new{
        -- etc
    }
}



generated by LDoc 1.5.0 Last updated 2024-03-18 16:45:36