Skip to content

Instantly share code, notes, and snippets.

@brigand
Created August 15, 2012 20:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brigand/3363327 to your computer and use it in GitHub Desktop.
Save brigand/3363327 to your computer and use it in GitHub Desktop.
Template for experimentation with AHK GUI positioning.
i := 1
Gui, Font, s20
Gui, Add, Button, w150 h40 gNull, % "Button" i++
Gui, Add, Button, w150 h40 gNull, % "Button" i++
Gui, Add, Button, w150 h40 gNull, % "Button" i++
Gui, Add, Button, w150 h40 gNull, % "Button" i++
Gui, Show
return
Esc::
GuiClose:
ExitApp
Null:
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment