skelterjohn / go.wde

Windows, drawing and events for Go
217 stars 46 forks source link

Windows Close Events #28

Closed ctlod closed 11 years ago

ctlod commented 11 years ago

Allow Close events to be properly generated/handled in MS Windows. WM_CLOSE generates a close event, Close() method closes the window.

skelterjohn commented 11 years ago

Thanks, please add yourself to AUTHORS and I can merge the request.