Split element core into two separate structs - public and private
The public core half can be directly embedded, which means no wrapper methods!
This commit is contained in:
2
tomo.go
2
tomo.go
@@ -121,7 +121,7 @@ type Window interface {
|
||||
// SetIcon taks in a list different sizes of the same icon and selects
|
||||
// the best one to display on the window title bar, dock, or whatever is
|
||||
// applicable for the given backend. This method might have no effect
|
||||
// with some backends.
|
||||
// for some backends.
|
||||
SetIcon (sizes []image.Image)
|
||||
|
||||
// Show shows the window. The window starts off hidden, so this must be
|
||||
|
||||
Reference in New Issue
Block a user