NekoWM
A gfxprim proxy backend tiling window manager
Loading...
Searching...
No Matches
Functions
neko_view_running_apps.h File Reference

A view slot content with a list of runinng apps. More...

Go to the source code of this file.

Functions

neko_view_slotneko_running_apps_init (void)
 Creates a new running apps view child.
 
void neko_running_apps_changed (void)
 Called when new application has connected or an application has disconnected.
 

Detailed Description

A view slot content with a list of runinng apps.

Definition in file neko_view_running_apps.h.

Function Documentation

◆ neko_running_apps_changed()

void neko_running_apps_changed ( void  )

Called when new application has connected or an application has disconnected.

This causes all currently shown running app lists to update.

◆ neko_running_apps_init()

neko_view_slot * neko_running_apps_init ( void  )

Creates a new running apps view child.

Displays a list of currently connected applications.

Returns
A neko view slot.