Remove Window.Widget
This commit is contained in:
parent
e102c032cb
commit
dc50e7290d
@ -320,11 +320,6 @@ type Window interface {
|
||||
// SetBounds sets this window's bounds. This may or may not have any
|
||||
// effect on the window's position on screen depending on the platform.
|
||||
SetBounds (image.Rectangle)
|
||||
// Widget returns a window representing a smaller iconified form of this
|
||||
// window. How exactly this window is used depends on the platform.
|
||||
// Subsequent calls to this method on the same window will return the
|
||||
// same window object.
|
||||
Widget () (Window, error)
|
||||
// NewChild creates a new window that is semantically a child of this
|
||||
// window. It does not actually reside within this window, but it may be
|
||||
// linked to it via some other means. This is intended for things like
|
||||
|
Loading…
Reference in New Issue
Block a user