Registry / utility / atk
library2.38.0vcpkgunverified

GNOME Accessibility Toolkit providing interfaces for accessibility support in applications.

vcpkg install atk
INSTALL
IMPORT
SIG · ATK
A
atk
utilitycppv2.38.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.

atk/atk.h
#include <atk/atk.h>

Create and destroy an ATK object

#include <atk/atk.h> #include <iostream> int main() { AtkObject* obj = atk_object_new(); std::cout << "ATK object created" << std::endl; g_object_unref(obj); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.38.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

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

No resource links recorded.

atk — pip install atk · libregistry