diff options
| author | Pietro Gagliardi <[email protected]> | 2018-09-02 13:52:55 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2018-09-02 13:52:55 -0400 |
| commit | 71aba62178195195754bc36e5e84cc7176b0dbcd (patch) | |
| tree | a24b6302a66e67287be798b448577ce3886b37f2 /examples | |
| parent | 4c4827d34fdab7953e3dae6659ea029420fd1fa5 (diff) | |
Added a winmanifest package for including a generic Windows manifest. Now to just rewrite the README.
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/controlgallery.go | 1 | ||||
| -rw-r--r-- | examples/drawtext.go | 1 | ||||
| -rw-r--r-- | examples/histogram.go | 1 | ||||
| -rw-r--r-- | examples/table.go | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/examples/controlgallery.go b/examples/controlgallery.go index d77bebe..e2d2dc2 100644 --- a/examples/controlgallery.go +++ b/examples/controlgallery.go @@ -6,6 +6,7 @@ package main import ( "github.com/andlabs/ui" + _ "github.com/andlabs/ui/winmanifest" ) var mainwin *ui.Window diff --git a/examples/drawtext.go b/examples/drawtext.go index a32b14b..0aaeb7d 100644 --- a/examples/drawtext.go +++ b/examples/drawtext.go @@ -8,6 +8,7 @@ package main import ( "github.com/andlabs/ui" + _ "github.com/andlabs/ui/winmanifest" ) var ( diff --git a/examples/histogram.go b/examples/histogram.go index 610d65a..55a9f59 100644 --- a/examples/histogram.go +++ b/examples/histogram.go @@ -9,6 +9,7 @@ import ( "time" "github.com/andlabs/ui" + _ "github.com/andlabs/ui/winmanifest" ) var ( diff --git a/examples/table.go b/examples/table.go index 41cde9f..1d11f8d 100644 --- a/examples/table.go +++ b/examples/table.go @@ -16,6 +16,7 @@ import ( "bytes" "github.com/andlabs/ui" + _ "github.com/andlabs/ui/winmanifest" ) type modelHandler struct { |
