gir.core icon indicating copy to clipboard operation
gir.core copied to clipboard

Add LibAdwaita

Open gavr123456789 opened this issue 3 years ago • 1 comments

LibAdwaita is like LibHandy for GTK 4, but its purpose has changed, if earlier LibHandy was to simplify the development of mobile interfaces, now it is a more general library whose purpose is to facilitate the development of GTK 4 applications by providing ready-made implementations of HIG patterns. It seems that all new GTK applications use it.

https://adrienplazas.com/blog/2021/03/31/introducing-libadwaita.html

gavr123456789 avatar Jul 26 '21 10:07 gavr123456789

Best thing is to drop the plan for libHandy and replace it with LibAdwaita it would make much more sense

iMonZ avatar Aug 18 '21 10:08 iMonZ

Libadwaita gir file is now available on the develop branch.

To get libadwaita into the develop branch the following things must be done:

  • [ ] Creating the C# project
  • [ ] Enable code generation for libadwaita
  • [ ] Add a sample showcasing libadwaita widgets

This is a good starting point for new contributors.

badcel avatar Sep 11 '22 19:09 badcel