Documentation
¶
Index ¶
- type Client
- func (c *Client) Draw() error
- func (c *Client) Geom() Geom
- func (c *Client) Map() error
- func (c *Client) Mapped() bool
- func (c *Client) OnDestroy() error
- func (c *Client) OnProperty(atom xproto.Atom)
- func (c *Client) OnUnmap() error
- func (c *Client) Parent() xproto.Window
- func (c *Client) SetGeom(geom Geom)
- func (c *Client) Type() Type
- func (c *Client) Unmap() error
- func (c *Client) Update() error
- func (c *Client) Window() xproto.Window
- type Config
- type Geom
- type Type
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) OnProperty ¶
func (*Client) OnUnmap ¶
OnUnmap is called when the WM receives the UnmapNotify event (e.g. when the client window is closed by user action or when requested by the program itself)
func (*Client) Unmap ¶
Unmap causes the client window to be unmapped. This in turn sends the UnmapNotify event that is then handled by (*Client).OnUnmap
Click to show internal directories.
Click to hide internal directories.