> home > Custom Layer Boundary API

view_set_setting

January 19th 2020
Retrieve a core setting of a view

Signature

C++
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

View_Setting_ID