-
Notifications
You must be signed in to change notification settings - Fork 56
MTY_AppRemoveTray
chrisd1100 edited this page Aug 25, 2022
·
1 revision
Remove the tray icon associated with the app.
The tray is automatically destroyed as part of MTY_AppDestroy
.
void MTY_AppRemoveTray(
MTY_App * ctx
);
ctx
(MTY_App *
)
The MTY_App
.