Registry / other / atkmm
library2.36.3vcpkgunverified

atkmm is the official C++ interface for the ATK accessibility toolkit library. It may be used, for instance, by user interfaces implemented with gtkmm.

vcpkg install atkmm
INSTALL
IMPORT
SIG · ATKMM
A
atkmm
othercppv2.36.3
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.

atkmm/init.h
#include <atkmm/init.h>

Initialize the ATK accessibility toolkit

#include <atkmm/init.h> #include <iostream> int main() { Atk::init(); std::cout << "ATK initialized\n"; return 0; }
Debug
Known issues
gotchaRequires GLib and ATK C libraries
fix
Ensure vcpkg installs atkmm with dependencies (glib, atk)
affects: *
Upgrade
Version history
2.36.3latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
20
Meta
2
OpenAI (training)
1
Resources

No resource links recorded.

atkmm — pip install atkmm · libregistry