view_set_setting
September 8th 2024
Retrieve a core setting of a view
Signature
b32
view_set_setting(Application_Links* app,
View_ID view_id,
View_Setting_ID setting,
i64 value);
Parameters
app
the standard custom layer context pointer
view_id
the id of the view to modify
setting
the id of the setting to modify
value
the new value of the specified setting
Return
non-zero on success, when the view and setting exist, zero otherwise
Related