-
-
Notifications
You must be signed in to change notification settings - Fork 35
Full App Example
András Belicza edited this page Jan 16, 2017
·
4 revisions
Let a full example follow here which is a complete application.
It builds a simple window, adds components to it, registers event handlers which modify the content and starts the GUI server. Component modifications (including both individual components and component structure) will be seen without page reload. All written in Go.
Here's a screenshot of the example application in action:
And you can find the source code here: simple_demo.go.
You can run it with
go run $GOPATH/src/github.com/icza/gowut/_examples/simple/simple_demo.go