pirogom / walkmgr

for easy window native gui programming on go. enhanced pirogom/walk.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

walkmgr

for easy window native gui programming on go. enhanced pirogom/walk.

under construction.

walkmgr example code

Application Manifest Files

Walk requires Common Controls 6. This means that you must put an appropriate application manifest file either next to your executable or embedded as a resource.

You can copy one of the application manifest files that come with the examples.

To embed a manifest file as a resource, you can use the rsrc tool.

IMPORTANT: If you don't embed a manifest as a resource, then you should not launch your executable before the manifest file is in place. If you do anyway, the program will not run properly. And worse, Windows will not recognize a manifest file, you later drop next to the executable. To fix this, rebuild your executable and only launch it with a manifest file in place.

About

for easy window native gui programming on go. enhanced pirogom/walk.

License:Apache License 2.0


Languages

Language:Go 100.0%