Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
X Toolkit Intrinsics
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{About|X toolkit|compiler intrinsics|Intrinsic function|Telecom's XT Mobile Network|XT Mobile Network}} '''X Toolkit Intrinsics''' (also known as '''Xt''', for '''X toolkit''') is a [[library (computing)|library]] that implements an [[Application programming interface|API]] to facilitate the development of programs with a [[graphical user interface]] (GUI) for the [[X Window System]]. It can be used in the [[C (programming language)|C]] language (or any language that can use the C [[API]], such as [[C++]]). Design took place late 1980s to early 1990s.{{cn|date=March 2024}} {{clear}} [[File:Xlib and XCB in the X Window System graphics stack.svg|center|500px|'''Xt''' (mint-green) in the X Window System graphics stack]] {{clear}} The low-level library [[Xlib]] is the client-side implementation of the [[X Window System core protocol|X11 protocol]]. It communicates with an [[display server#X11|X server]], but does not provide any function for implementing [[Graphical control element (software)|graphical control elements]] ("widgets"), such as [[Button (computing)|buttons]] or [[Menu (computing)|menus]]. The Xt library provides support for creating widget types, but does not provide any itself. A programmer could use the Xt library to create and use a new type of widget. Xt implemented some object oriented concepts, such as inheritance (the user could make their own button by reusing code written for another type of button), events, and callbacks. Since the graphical user interface of applications typically requires a number of widget types, most developers were reluctant to write their own, and instead prefer to use libraries such as [[Xaw]], [[Motif (software)|Motif]] and [[OLIT]] that provide a set of widgets. Xt programs had a notorious problem of being unusable if the "app-defaults Xrm database", a text file describing all the widgets, could not be found.{{cn|date=March 2024}} Most modern, widely-used toolkits such as [[GTK]] and [[Qt (software)|Qt]] do not use the Xt library. Rather, they use [[Xlib]] or [[XCB]] directly. ==External links== * [https://www.x.org/releases/current/doc/libXt/intrinsics.html ''X Toolkit Intrinsics β C Language Interface''] ([https://www.x.org/releases/current/doc/libXt/intrinsics.pdf pdf]), [[X.Org Foundation]] * {{cite web | url = http://www.faqs.org/faqs/Xt-FAQ/ | title = comp.windows.x.intrinsics Frequently Asked Questions | date = 1997-04-18 | publisher = faqs.org | access-date = 2008-07-13}} * [https://www.cs.cf.ac.uk/Dave/X_lecture/node4.html#SECTION00420000000000000000 The place of Intrinsics in X11], Professor David Marshall, Cardiff School of Computer Science, [[Cardiff University]] * [http://www.kenjennings.cc/st/stprgux.html#testxt2 TestXt2], Example C program that creates a Menu Bar using just Xt/Xaw * {{Citation |url=https://dl.acm.org/doi/10.1145/62402.62407 |contribution=An overview of the X toolkit |first1=Joel |last1=McCormack |first2=Paul |last2=Asente |pages=46β55 |title=UIST '88: Proceedings of the 1st annual ACM SIGGRAPH symposium on User Interface Software |date=January 1988|doi=10.1145/62402.62407 |isbn=0-89791-283-7 |s2cid=12924752 |url-access=subscription }} * {{cite book | last1=Nye | first1=Adrian | last2=O'Reilly | first2=Tim | title=X Toolkit Intrinsics Programming Manual | volume=4 | series=The Definitive Guides to the X Window System | publisher=O'Reilly Media | date=1990 | isbn=978-1-56592-003-3}}{{discuss|promotional term is not part of title}} *{{cite book | last1=O'Reilly | first1=Tim | last2=Langley | first2=Mark | title=X Toolkit Intrinsics Reference Manual | volume=5 | series=The Definitive Guides to the X Window System | publisher=O'Reilly Media | date=1990 | isbn=978-0-937175-35-4}}{{discuss|promotional term is not part of title}} {{XWinSys}} {{Widget toolkits}} [[Category:X-based libraries]] [[Category:C (programming language) libraries]] [[Category:Graphics libraries]] {{computer-graphics-stub}} {{unix-stub}} {{prog-lang-stub}}
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)
Pages transcluded onto the current version of this page
(
help
)
:
Template:About
(
edit
)
Template:Citation
(
edit
)
Template:Cite book
(
edit
)
Template:Cite web
(
edit
)
Template:Clear
(
edit
)
Template:Cn
(
edit
)
Template:Computer-graphics-stub
(
edit
)
Template:Discuss
(
edit
)
Template:Prog-lang-stub
(
edit
)
Template:Unix-stub
(
edit
)
Template:Widget toolkits
(
edit
)
Template:XWinSys
(
edit
)