Skip to content

Commit

Permalink
Refactoring driver to hide unnecessary lifecycle details
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed May 22, 2018
1 parent 4869829 commit 2187255
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ui/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ package ui
// Driver defines an abstract concept of a Fyne render driver.
// Any implementation must provide at least these methods.
type Driver interface {
Run() // Start the driver
Quit() // Cleanly exit the driver
CreateWindow(string) Window // Create a new UI Window
AllWindows() []Window // Get a slice containing all app windows
}
Expand Down

0 comments on commit 2187255

Please sign in to comment.