libpanel

Dock and panel library for building GTK 4 applications.

brewmacoslinux
Try with needOr install directly
Source

About

Dock/panel library for GTK 4

Examples

check if libpanel is installed and get version info$ pkg-config --modversion libpanel-1
find libpanel header files location$ pkg-config --cflags libpanel-1
get compiler flags needed to link libpanel$ pkg-config --libs libpanel-1
view libpanel documentation and API reference$ ls $(brew --prefix libpanel)/share/doc/
use libpanel in a GTK 4 C project build$ gcc myapp.c $(pkg-config --cflags --libs libpanel-1 gtk4) -o myapp