Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XGetDef(3X) — AOS 4.3

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

XrmGetSearchList(3X)

XGetDefault(3X)  —  X Version 11

NAME

XGetDefault − get X program defaults

SYNTAX

char ∗XGetDefault(display, program, option)
      Display ∗display;
      char ∗program;
      char ∗option;

ARGUMENTS

displaySpecifies the connection to the X server. 

optionSpecifies the option name. 

programSpecifies the program name for the Xlib defaults.  You must pass the program name in with the program argument (usually argv[0]). 

DESCRIPTION

The XGetDefault function finds out the fonts, colors, and other environment defaults favored by a particular user for the specified program.

SEE ALSO

XrmGetSearchList(3X)
Xlib − C Language X Interface

1 March 1988

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026