Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WindowSetAlwaysOnTop ¶
Types ¶
type FileRuntime ¶
type FileRuntime struct{}
func (*FileRuntime) UserHomeDir ¶
func (f *FileRuntime) UserHomeDir() (string, error)
type WailsRuntime ¶
type WailsRuntime struct{}
func (*WailsRuntime) OpenFileDialog ¶
func (w *WailsRuntime) OpenFileDialog(ctx context.Context, options runtime.OpenDialogOptions) (string, error)
func (*WailsRuntime) SaveFileDialog ¶
func (w *WailsRuntime) SaveFileDialog(ctx context.Context, options runtime.SaveDialogOptions) (string, error)
Click to show internal directories.
Click to hide internal directories.