Skip to content
EntityQ284796· pop 14· linked from 106 articles

gtkmm (formerly known as gtk-- or gtk minus minus) is the official C++ interface for the popular GUI library GTK. gtkmm is free software distributed under the GNU Lesser General Public License (LGPL).

Key facts

Software.programming language
C++
Software.platform
GTK
Software.genre
Language binding
Software.license
GNU Lesser General Public License

via Wikipedia infobox

Wikidata facts

Official website
www.gtkmm.org
Image
Gtkmm example.png
Show 4 more facts
Commons category
Gtkmm
native label
Gtkmm
software version identifier
4.14.0
source code repository URL
gitlab.gnome.org/GNOME/gtkmm.git
Sources (6)

via Wikidata · CC0

~4 min read

Article

6 sections
Contents
  • Features
  • Hello World in gtkmm
  • Applications
  • See also
  • References
  • External links

gtkmm (formerly known as gtk-- or gtk minus minus) is the official C++ interface for the popular GUI library GTK. gtkmm is free software distributed under the GNU Lesser General Public License (LGPL).

gtkmm allows the creation of user interfaces either in code or with the Glade Interface Designer, using the Gtk::Builder class. Other features include typesafe callbacks, a comprehensive set of graphical control elements, and the extensibility of widgets via inheritance.

Connections

Categories