Documentation ¶
Index ¶
Constants ¶
View Source
const ( ENTRY_WIDTH = 120 BORDER_SIZE = 1 )
Variables ¶
View Source
var ( TEXT_COLOR = color.White BORDER_COLOR = color.White )
Functions ¶
This section is empty.
Types ¶
type GUI ¶
type GUI struct { App fyne.App Main fyne.Window Title string Menu *fyne.MainMenu Save *save.Savegame Backup bool Resources []Resource Research []NamedCheckbox UnlockAllResearch *widget.Check UnlockResearchQueue *widget.Button SpaceshipParts []NamedCheckbox OtherOptions OtherOptions ActionButtons []*widget.Button }
func (*GUI) DisplayError ¶
func (*GUI) ReloadFromSave ¶
func (g *GUI) ReloadFromSave()
type NamedCheckbox ¶ added in v1.1.0
type OtherOptions ¶
Click to show internal directories.
Click to hide internal directories.