Skip to content

Instantly share code, notes, and snippets.

@penciltester
penciltester / multiwindow.go
Created July 18, 2017 01:26
Multi window test v.3 with .Show()
package main
import (
"fmt"
"github.com/lxn/walk"
. "github.com/lxn/walk/declarative"
"io"
"io/ioutil"
"net/http"
)
@penciltester
penciltester / multiwindow.go
Created July 18, 2017 01:01
Concurrent window modification v.2 (with net/http)
package main
import (
"fmt"
"github.com/lxn/walk"
. "github.com/lxn/walk/declarative"
"io"
"io/ioutil"
"net/http"
)
@penciltester
penciltester / multiwindow.go
Created July 17, 2017 23:46
Concurrent window changing
package main
import (
"fmt"
"github.com/lxn/walk"
. "github.com/lxn/walk/declarative"
"time"
)
var mainWindow *walk.MainWindow