Documentation ¶ Index ¶ func GetAtomName(conn *xgb.Conn, atom xproto.Atom) (string, error) func LoadAtoms(conn *xgb.Conn, st any, onlyIfExists bool) error func PrintAtomsNames(conn *xgb.Conn, atoms ...xproto.Atom) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GetAtomName ¶ func GetAtomName(conn *xgb.Conn, atom xproto.Atom) (string, error) func LoadAtoms ¶ func LoadAtoms(conn *xgb.Conn, st any, onlyIfExists bool) error Tags can be used with: `loadAtoms:"atomname"`. "st" should be a pointer to a struct with xproto.Atom fields. "onlyIfExists" asks the x server to assign a value only if the atom exists. func PrintAtomsNames ¶ func PrintAtomsNames(conn *xgb.Conn, atoms ...xproto.Atom) Types ¶ This section is empty. Source Files ¶ View all Source files atoms.go Click to show internal directories. Click to hide internal directories.