Documentation
¶
Overview ¶
Package desktop contains the code for rendering the desktop UI.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DesktopUI ¶
The DesktopUI is the root object of the DesktopUI and contains all DesktopUI areas.
Each DesktopUI area holds a pointer of the DesktopUI instance, so that areas can call methods on other DesktopUI areas and access shared variables in the DesktopUI.
func NewDesktopUI ¶
NewDesktopUI build the UI and returns it.
func (*DesktopUI) ResetDesktopSettings ¶
func (u *DesktopUI) ResetDesktopSettings()
Click to show internal directories.
Click to hide internal directories.