Documentation ¶
Index ¶
- Constants
- func LoadingScreenWithMessage(guiApp fyne.App, title, msg string) fyne.Window
- func LoadingScreenWithMessageAddModel(guiApp fyne.App, title, msg string) fyne.Window
- func LoadingScreenWithProgressAndMessage(guiApp fyne.App, loading *widget.ProgressBar, status binding.String, ...) fyne.Window
- func ShowNotification(guiApp fyne.App, title, content string)
- func StartupScreen(guiApp fyne.App) fyne.Window
Constants ¶
View Source
const (
ThinkingMsg = "Thinking..."
)
Variables ¶
This section is empty.
Functions ¶
func LoadingScreenWithMessage ¶
func LoadingScreenWithMessage(guiApp fyne.App, title, msg string) fyne.Window
func LoadingScreenWithMessageAddModel ¶
func LoadingScreenWithMessageAddModel(guiApp fyne.App, title, msg string) fyne.Window
func LoadingScreenWithProgressAndMessage ¶
func LoadingScreenWithProgressAndMessage(guiApp fyne.App, loading *widget.ProgressBar, status binding.String, title, msg string) fyne.Window
func ShowNotification ¶
func ShowNotification(guiApp fyne.App, title, content string)
func StartupScreen ¶
func StartupScreen(guiApp fyne.App) fyne.Window
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.