X Window Programming/XLib/Types and Values

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Types and Values[edit | edit source]

The following symbols are defined by Xlib and used throughout this part of the book:

  • Bool and Boolean are variable types with values True and False.
  • None is the universal null resource ID or atom.
  • XID is used for generic resource IDs.
  • XPointer is used for generic pointers to data.