view_pop_context
September 8th 2024
Pop a view's stack of context details
Signature
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