Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ RmSetDB(3X) — DeltaWindows 1.3.3 Release 4 Version 4.3

Media Vault

Software Library

Restoration Projects

Artifacts Sought

 

NAME

XrmSetDatabase — associate a resource database with a display. 

SYNOPSIS

void XrmSetDatabase(display, database)
   Display ∗display;
   XrmDatabase database;

ARGUMENTS

displaySpecifies the connection to the X server. 

databaseSpecifies the resource database. 

AVAILABILITY

Release 5 and later. 

DESCRIPTION

XrmSetDatabase() associates the specified resource database (or NULL) with the specified display.  The database previously associated with the display (if any) is not destroyed.  A client or toolkit may find this function convenient for retaining a database once it is constructed. 

SEE ALSO

XrmGetDatabase(). 

Xlib Reference Manual

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