Intrinsics又名Xt或X Toolkit,是X Window的函式庫。
Intrinsics首先提供物件導向的程式設計架構,並引進了「widget」的概念。Motif、和等即以Xt為基礎。Athena Toolkit也是衍生自Xt Library。
但一些知名的工具箱如FLTK, GTK,和Qt並不使用Xt library,反是直接使用Xlib.
外部連結
- [http://www.x.org/docs/Xt/ X Toolkit Intrinsics - C Language Interface]
- [http://www.faqs.org/faqs/Xt-FAQ/ The Intrinsics FAQ]
- [http://www.cs.cf.ac.uk/Dave/X_lecture/node4.html#SECTION00420000000000000000 The place of Intrinsics in X11]
- [https://web.archive.org/web/20100510052729/http://www.kenjennings.cc/st/stprgux.html#testxt2 TestXt2], Example C program that creates a Menu Bar using just Xt/Xaw
评论 (0)