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.
Audit
Dependencies
No dependency data recorded yet.
Resources
No resource links recorded.