> home > Custom Layer Boundary API

view_pop_context

January 19th 2020
Pop a view's stack of context details

Signature

C++
b32
view_pop_context(Application_Links* app,
                 View_ID view_id);

Parameters

app

the standard custom layer context pointer

view_id

the id of the view to modify

Return

non-zero on success, when the view exists and the details stack has more than one entry, zero otherwise

Related

View_Context