MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ make_collapsible() [2/2]

MAYAFLUX_API Collapsible MayaFlux::Portal::Forma::make_collapsible ( std::shared_ptr< Buffers::FormaBuffer buf,
Surface surface,
LayoutCursor cursor,
float  x_min,
float  x_max,
float  row_h,
bool  initially_open = true,
glm::vec3  color_closed = glm::vec3(0.25F),
glm::vec3  color_open = glm::vec3(0.35F),
std::shared_ptr< Core::VKImage label = nullptr 
)

Construct a collapsible header strip.

Thin wrapper delegating to Collapsible::place(). Preserved as an escape hatch; existing callsites require no changes. The bridge parameter is accepted but ignored - Forma::bridge() is called internally.