Scrapped Window.SetSize() and Window.Center() (for now?).
This commit is contained in:
parent
351c7cd9b2
commit
6bc4425915
|
@ -0,0 +1,2 @@
|
||||||
|
Window.SetSize()
|
||||||
|
Window.Center() (only really effective on Mac OS X)
|
|
@ -29,9 +29,6 @@ type Window interface {
|
||||||
// If this handler returns true, the Window is closed as defined by Close above.
|
// If this handler returns true, the Window is closed as defined by Close above.
|
||||||
// If this handler returns false, the Window is not closed.
|
// If this handler returns false, the Window is not closed.
|
||||||
OnClosing(func(c Doer) bool) *Request
|
OnClosing(func(c Doer) bool) *Request
|
||||||
|
|
||||||
// TODO SetSize (TODO remove?)
|
|
||||||
// TODO Center
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// NewWindow returns a Request to create a new Window with the given title text and size.
|
// NewWindow returns a Request to create a new Window with the given title text and size.
|
||||||
|
|
Loading…
Reference in New Issue