Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AtomIdError = Xrror("atom: '%s' returned an identifier of 0.").Out
View Source
var AtomInternError = Xrror("Atom: Error interning atom '%s': %s").Out
View Source
var AtomNameError = Xrror("AtomName: Error fetching name for ATOM id '%d': %s").Out
View Source
var GetPropertyError = Xrror("%s").Out
Functions ¶
Types ¶
type AtomVals ¶
type AtomVals interface { PropValAtom(*xproto.GetPropertyReply, error) (string, error) PropValAtoms(*xproto.GetPropertyReply, error) ([]string, error) }
type Atomic ¶
type Atomic interface { Atom(string) (xproto.Atom, error) AtomName(xproto.Atom) (string, error) GetProp(xproto.Window, string) (*xproto.GetPropertyReply, error) ChangeProp(xproto.Window, byte, string, string, []byte) error ChangeProp32(xproto.Window, string, string, ...uint) error Converter AtomVals WindowVals NumVals StringVals }
type NumVals ¶
type NumVals interface { PropValNum(*xproto.GetPropertyReply, error) (uint, error) PropValNums(*xproto.GetPropertyReply, error) ([]uint, error) PropValNum64(*xproto.GetPropertyReply, error) (int64, error) }
type StringVals ¶
type StringVals interface { PropValStr(*xproto.GetPropertyReply, error) (string, error) PropValStrs(*xproto.GetPropertyReply, error) ([]string, error) }
type WindowVals ¶
Click to show internal directories.
Click to hide internal directories.