view_alter_context
September 8th 2024
Modify the context details at the top of a view's context details stack
Signature
b32
view_alter_context(Application_Links* app,
View_ID view_id,
View_Context* ctx);
Parameters
app
the standard custom layer context pointer
view_id
the id of the view to modify
ctx
the new field values of the view context details to be copied onto the top of the stack
Return
non-zero if the view exists, zero otherwise
Related