Documentation ¶
Overview ¶
Package jsdrgui contains the detailed widgets used in the go_sdr app.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SdrApp = app.New()
SdrApp is the application instance for the jsdr application.
Functions ¶
func NewMainWindow ¶
func NewMainWindow(sdrApp fyne.App) fyne.Window
NewMainWindow creates the main window for the go_sdr app.
Types ¶
type StartStopToolbarAction ¶
type StartStopToolbarAction struct {
// contains filtered or unexported fields
}
StartStopToolbarAction is a gui.TwoStateToolbarAction that defines the actions performed by the SDR start/stop toolbar button.
func NewStartStopToolbarAction ¶
func NewStartStopToolbarAction() *StartStopToolbarAction
NewStartStopToolbarAction creates a StartStopToolbarAction object.
func (*StartStopToolbarAction) ToolbarObject ¶
func (t *StartStopToolbarAction) ToolbarObject() fyne.CanvasObject
ToolbarObject returns a pointer to the underlying TwoStateToolbarObject
Click to show internal directories.
Click to hide internal directories.