Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type View ¶
type View interface {
// Register wid with the current view
Register(wid wmutils.WindowID)
// Unregister wid from the current view
Unregister(wid wmutils.WindowID) error
// Unregister wid from all views
UnregisterAll(wid wmutils.WindowID)
// true if wid is registered in any view
IsRegistered(wid wmutils.WindowID) bool
// Include wid in view n
Include(wid wmutils.WindowID, n int)
// Set the view to n
Set(n int) error
// Toggle fullsceen for wid
Fullscreen(wid wmutils.WindowID) error
// Mark wid as not fullscreen
Unfullscreen(wid wmutils.WindowID) error
}
Click to show internal directories.
Click to hide internal directories.