Registry / other / gtkmm
library4.14.0vcpkgunverified

gtkmm is the official C++ interface for the popular GUI library GTK+.

vcpkg install gtkmm
INSTALL
IMPORT
SIG · GTKMM
G
gtkmm
othercppv4.14.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

gtkmm.h
#include <gtkmm.h>

Create a basic GTK window

#include <gtkmm.h> int main(int argc, char* argv[]) { auto app = Gtk::Application::create(argc, argv, "org.example.basic"); Gtk::Window window; window.set_title("Hello, gtkmm!"); window.set_default_size(400, 300); return app->run(window); }
Debug
Known issues
breakinggtkmm 4.x is not API-compatible with gtkmm 3.x
fix
Use gtkmm3 port for GTK3 compatibility
affects: >=4.0.0
Upgrade
Version history
4.14.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Meta
1
Resources

No resource links recorded.

gtkmm — pip install gtkmm · libregistry