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