Documentation ¶
Index ¶
Constants ¶
View Source
const ( StateRemove = iota StateAdd StateToggle )
View Source
const ( HintInput = (1 << iota) HintState HintIconPixmap HintIconWindow HintIconPosition HintIconMask HintWindowGroup HintMessage HintUrgency )
View Source
const ( SizeHintUSPosition = (1 << iota) SizeHintUSSize SizeHintPPosition SizeHintPSize SizeHintPMinSize SizeHintPMaxSize SizeHintPResizeInc SizeHintPAspect SizeHintPBaseSize SizeHintPWinGravity )
Variables ¶
View Source
var HintsError = Xrror("There are %d fields in %s, but %d were expected.").Out
View Source
var WmClassGetError = Xrror("Two strings make up WM_CLASS -- found %d in '%v'.").Out
Functions ¶
Types ¶
type EWMH ¶
type EWMH interface { SupportedGet() ([]string, error) SupportedSet([]string) error SupportingWmCheckGet(xproto.Window) (xproto.Window, error) SupportingWmCheckSet(xproto.Window, xproto.Window) error DesktopNamesGet() ([]string, error) DesktopNamesSet([]string) error NumberOfDesktopsGet() (uint, error) CurrentDesktopGet() (uint, error) ClientListGet() ([]xproto.Window, error) ActiveWindowGet() (xproto.Window, error) ActiveWindowSet(xproto.Window) error CloseWindow(xproto.Window) error CloseWindowExtra(xproto.Window, xproto.Timestamp, int) error WmDesktopGet(xproto.Window) (uint, error) WmDesktopSet(xproto.Window, uint) error WmStateGet(xproto.Window) ([]string, error) WmStateSet(xproto.Window, []string) error WmWindowTypeGet(xproto.Window) ([]string, error) }
type ICCCM ¶
type NormalHints ¶
Click to show internal directories.
Click to hide internal directories.