C++ Interfaces for GTK+ and GNOME
GTKmm is the official C++ interface for the popular GUI library GTK+. Highlights include typesafe callbacks, and a comprehensive set of widgets that are easily extensible via inheritance. You can create user interfaces either in code or with the Glade User Interface designer, using libglademm. There's extensive documentation, including API reference and a tutorial.
Linter | Message | Location |
---|---|---|
input-labels Identify input labels that do not match package names | label 'dot' does not match package name 'graphviz' | |
input-labels Identify input labels that do not match package names | label 'xsltproc' does not match package name 'libxslt' | |
profile-collisions Report collisions that would occur due to propagated inputs | propagated inputs libsigc++@3.0.6 and libsigc++@2.9.3 collide | |
profile-collisions Report collisions that would occur due to propagated inputs | propagated inputs libsigc++@2.9.3 and libsigc++@3.0.6 collide |