Skip to content

cf_app_set_icon

Category: app
GitHub: cute_app.h


Sets the icon for the application.

void cf_app_set_icon(const char* virtual_path_to_png);
Parameters Description
virtual_path_to_png A path to a png file. See Virtual File System.

Remarks

The icon file must be a png image. Suggested image dimensions are 32x32, 48x48, or 64x64.

cf_app_set_title