Categorygithub.com/pirogom/walkmgr
modulepackage
0.0.0-20240325050432-be0ce8009c90
Repository: https://github.com/pirogom/walkmgr.git
Documentation: pkg.go.dev

# README

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.

# Functions

* * AdsPos **/.
* * CenterPos **/.
* * Confirm **/.
* * CreateWindow **/.
* * LoadIcon **/.
* * LoadIconFromFile **/.
* * LoadImage **/.
* * MsgBox **/.
* * SetMultiLineText **/.
* * NewActionMenu **/.
* * NewAds **/.
* * NewDialog **/.
* * NewFixed **/.
* * NewListControl **/.
* * NewMargin **/.
* * NewMenu **/.
No description provided by the author
* * NewWin **/.
* * SetDefaultWindowName **/.
* * SetUseWalkPositionMgr **/.
* * UseWalkPositionMgr **/.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Horizontal.
Vertical.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

* * ListControl **/.
No description provided by the author
No description provided by the author
* * ListControlItem **/.
* * ListControlModel **/.
No description provided by the author
No description provided by the author
* * TreeModel **/.
* * TreeView **/.
* * TreeViewItem **/.
* * TvHeader **/.
* * WalkUI **/.
* * WebView2 */.

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author