Registry / other / libxaw

libxaw

JSON →
library1.0.13vcpkgunverified

X Athena Widget Set, based on the X Toolkit Intrinsics (Xt) Library

vcpkg install libxaw
INSTALL
IMPORT
SIG · LIBXAW
L
libxaw
othercppv1.0.13
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.

X11/Xaw/XawInit.h
#include <X11/Xaw/XawInit.h>

Creates a simple X Athena widget with a command button

#include <X11/Xaw/Command.h> #include <X11/Intrinsic.h> int main() { XtAppContext app; Widget toplevel = XtAppInitialize(&app, "Example", NULL, 0, NULL, NULL, NULL, NULL, 0); Widget button = XtCreateManagedWidget("button", commandWidgetClass, toplevel, NULL, 0); XtRealizeWidget(toplevel); XtAppMainLoop(app); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.13latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

libxaw — pip install libxaw · libregistry