package
2.16.0
Repository: https://github.com/tawesoft/golib.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

Alert is like [Raise] and the other convenience methods, but doesn't return any error message on failure.
Ask is a convenience function to display a modal message box asking a question.
Color is a convenience function to display a colour picker.
Date is a convenience function to display a date picker.
Error is like [Raise], but uses an error icon and title bar.
Info is like [Raise], but uses an information icon and title bar.
Init performs optional per-platform initialisation.
Open is a convenience function to display a file picker dialog to select a single file.
OpenMultiple is like [Open], but allows multiple files to be selected.
Raise is a convenience function to display a modal message box with a message.
Save is like [Open], but for picking a file to write to.
Supported returns a [Support] struct detailing what features are available on the current system.
Warning is like [Raise], but uses a warning icon and title bar.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

ColorPicker is a dialog to select a colour.
DatePicker is a dialog to select a date (year, month, day).
FilePicker is a dialog to select file(s) to load or save.
Message is a prompt or question.
No description provided by the author

# Type aliases

No description provided by the author