Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Settings ¶
func Settings(options *petalsserver.RunOptions, onchange func(), setAtLogin func(), getAtStartup func() bool) fyne.CanvasObject
Types ¶
type GPULoad ¶
type GPULoad struct { widget.BaseWidget // contains filtered or unexported fields }
func NewGPULoad ¶
func NewGPULoad() *GPULoad
func (*GPULoad) CreateRenderer ¶
func (g *GPULoad) CreateRenderer() fyne.WidgetRenderer
type TerminalOutput ¶
type TerminalOutput struct { widget.BaseWidget // contains filtered or unexported fields }
func NewTerminalOutput ¶
func NewTerminalOutput(onOutput, onStopped func()) *TerminalOutput
func (*TerminalOutput) CreateRenderer ¶
func (t *TerminalOutput) CreateRenderer() fyne.WidgetRenderer
func (*TerminalOutput) SetText ¶
func (t *TerminalOutput) SetText(text string)
func (*TerminalOutput) StartLogs ¶
func (t *TerminalOutput) StartLogs(logChan chan []byte)
func (*TerminalOutput) Text ¶
func (t *TerminalOutput) Text() string
Click to show internal directories.
Click to hide internal directories.