wmww / gtk-layer-shell

A library to create panels and other desktop components for Wayland using the Layer Shell protocol
GNU General Public License v3.0
318 stars 16 forks source link

How to use Gtk layer shell with gtkmm (the c++ binding) #123

Closed hamza-Algohary closed 2 years ago

hamza-Algohary commented 2 years ago

I want to write an app in c++ with gtkmm3 and layershell. I want to know if there is c++ binding for Gtk layer shell, or is there a possible way to use the C API with gtkmm API.

Thanks in advance. And also big thanks for your work.

wmww commented 2 years ago

I imagine it should be possible to use the C++ API to access the underlying C GTK objects and use gtk-layer-shell with those. It may also be possible to generate C++ API for gtk-layer-shell using the GIR. I'm not familiar with gtkmm though, so I can't give further details.