pub fn x11_xatom_to_atom_for_display(
    display: &X11Display,
    xatom: Atom
) -> Option<Atom>
Expand description

Convert from an X atom for a gdk::Display to the corresponding gdk::Atom.

display

A gdk::Display

xatom

an X atom

Returns

the corresponding gdk::Atom.