Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PlatformSpecificWindowManagerHandler ¶
type PlatformSpecificWindowManagerHandler struct {
XWMOrWaylandWM
}
type WindowFocusChange ¶
type WindowManagerHandler ¶
type WindowManagerHandler struct {
PlatformSpecificWindowManagerHandler
}
func New ¶
func New() (*WindowManagerHandler, error)
func (*WindowManagerHandler) Close ¶
func (wmh *WindowManagerHandler) Close() error
func (*WindowManagerHandler) WindowFocusChangeChan ¶
func (wmh *WindowManagerHandler) WindowFocusChangeChan(ctx context.Context) <-chan WindowFocusChange
type XWMOrWaylandWM ¶
type XWMOrWaylandWM interface { Close() error WindowFocusChangeChan(ctx context.Context) <-chan WindowFocusChange }
type XWindowManagerHandler ¶
func (*XWindowManagerHandler) Close ¶
func (wmh *XWindowManagerHandler) Close() error
func (*XWindowManagerHandler) WindowFocusChangeChan ¶
func (wmh *XWindowManagerHandler) WindowFocusChangeChan(ctx context.Context) <-chan WindowFocusChange
Click to show internal directories.
Click to hide internal directories.