[][src]Crate xrdb

Structs

Colors

A struct for representing the colours found in the X Resource Manager's database.

FontName

An arbitrary set of additional elements can be appended to the font name, the complete list of possible properties is:

XDisplay

A wrapper around x11::xlib::Display.

Xft

Functions

get_xrm_resource

Return the value corresponding to the class-name pair from the XrmDatabase if found. This function provides low-level, unsafe access to XrmDatabase.

query_xrdb

Return the value corresponding to the class-name pair from the XrmDatabase if found. This function provides high-level access to the database via the given display.