Documentation ¶
Overview ¶
Package lifecycler tracks a window's lifecycle state.
It eliminates sending redundant lifecycle events, ones where the From and To stages are equal. For example, moving a window from one part of the screen to another should not send multiple events from StageVisible to StageVisible, even though the underlying window system's message might only hold the new position, and not whether the window was previously visible.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Sender ¶
type Sender interface {
Send(event interface{})
}
Sender is who to send the lifecycle event to.
type State ¶
type State struct {
// contains filtered or unexported fields
}
State is a window's lifecycle state.
func (*State) SetFocused ¶
func (*State) SetVisible ¶
Click to show internal directories.
Click to hide internal directories.