Versions in this module Expand all Collapse all v0 v0.9.0 Jul 18, 2017 Changes in this version + func NewClient(conn *rpcc.Conn) *domainClient + type Bounds struct + Height *int + Left *int + Top *int + Width *int + WindowState WindowState + type GetWindowBoundsArgs struct + WindowID WindowID + func NewGetWindowBoundsArgs(windowID WindowID) *GetWindowBoundsArgs + type GetWindowBoundsReply struct + Bounds Bounds + type GetWindowForTargetArgs struct + TargetID target.ID + func NewGetWindowForTargetArgs(targetID target.ID) *GetWindowForTargetArgs + type GetWindowForTargetReply struct + Bounds Bounds + WindowID WindowID + type SetWindowBoundsArgs struct + Bounds Bounds + WindowID WindowID + func NewSetWindowBoundsArgs(windowID WindowID, bounds Bounds) *SetWindowBoundsArgs + type WindowID int + type WindowState int + const WindowStateFullscreen + const WindowStateMaximized + const WindowStateMinimized + const WindowStateNormal + const WindowStateNotSet + func (e *WindowState) UnmarshalJSON(data []byte) error + func (e WindowState) MarshalJSON() ([]byte, error) + func (e WindowState) String() string + func (e WindowState) Valid() bool