package
2.6.0-alpha1
Repository: https://github.com/fyne-io/fyne.git
Documentation: pkg.go.dev

# Functions

NewColorPicker creates a color dialog and returns the handle.
NewConfirm creates a dialog over the specified window for user confirmation.
NewCustom creates and returns a dialog over the specified application using custom content.
NewCustomConfirm creates and returns a dialog over the specified application using custom content.
NewCustomWithoutButtons creates a new custom dialog without any buttons.
NewEntryDialog creates a dialog over the specified window for the user to enter a value.
NewError creates a dialog over the specified window for an application error.
NewFileOpen creates a file dialog allowing the user to choose a file to open.
NewFileSave creates a file dialog allowing the user to choose a file to save to (new or overwrite).
NewFolderOpen creates a file dialog allowing the user to choose a folder to open.
NewForm creates and returns a dialog over the specified application using the provided FormItems.
NewInformation creates a dialog over the specified window for user information.
NewProgress creates a progress dialog and returns the handle.
NewProgressInfinite creates a infinite progress dialog and returns the handle.
ShowColorPicker creates and shows a color dialog.
ShowConfirm shows a dialog over the specified window for a user confirmation.
ShowCustom shows a dialog over the specified application using custom content.
ShowCustomConfirm shows a dialog over the specified application using custom content.
ShowCustomWithoutButtons shows a dialog, without buttons, over the specified application using custom content.
ShowEntryDialog creates a new entry dialog and shows it immediately.
ShowError shows a dialog over the specified window for an application error.
ShowFileOpen creates and shows a file dialog allowing the user to choose a file to open.
ShowFileSave creates and shows a file dialog allowing the user to choose a file to save to (new or overwrite).
ShowFolderOpen creates and shows a file dialog allowing the user to choose a folder to open.
ShowForm shows a dialog over the specified application using the provided FormItems.
ShowInformation shows a dialog over the specified window for user information.

# Constants

# Structs

ColorPickerDialog is a simple dialog window that displays a color picker.
ConfirmDialog is like the standard Dialog but with an additional confirmation button.
CustomDialog implements a custom dialog.
EntryDialog is a variation of a dialog which prompts the user to enter some text.
FileDialog is a dialog containing a file picker for use in opening or saving files.
FormDialog is a simple dialog window for displaying FormItems inside a form.
ProgressDialog is a simple dialog window that displays text and a progress bar.
ProgressInfiniteDialog is a simple dialog window that displays text and a infinite progress bar.

# Interfaces

Dialog is the common API for any dialog window with a single dismiss button.

# Type aliases

ViewLayout can be passed to SetView() to set the view of a FileDialog Since: 2.5.