1
0
Fork
You've already forked xmlib
0
forked from ChiselOS/libchisel
xmlib is a wrapper library around the Motif (libXm) and X Toolkit Intrinsics (libXt) libraries, which exposes an API more suited to modern "best practices" in C.
  • C++ 98.1%
  • C 1%
  • Makefile 0.9%
2025年03月01日 14:41:55 -05:00
.vscode Work on BulletinBoard 2025年02月21日 22:28:59 -05:00
example Added RadioBox class, and work on widget zoo 2025年03月01日 14:41:55 -05:00
include/xm Added RadioBox class, and work on widget zoo 2025年03月01日 14:41:55 -05:00
src Added RadioBox class, and work on widget zoo 2025年03月01日 14:41:55 -05:00
.gitignore Added RadioBox class, and work on widget zoo 2025年03月01日 14:41:55 -05:00
license.md First imoport 2025年02月17日 12:27:47 -05:00
Makefile Begin implementing widget zoo example 2025年02月28日 22:06:02 -05:00
readme.md First imoport 2025年02月17日 12:27:47 -05:00

xmlib

xmlib is a wrapper library around the Motif (libXm) and X Toolkit Intrinsics (libXt) libraries, which exposes an API more suited to modern "best practices" in C.

Building

Run "make".