Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion GUITest.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Class CMyWindow Extends CGUI
statBar := this.AddControl("StatusBar", "statBar", "", "test")
sometab := this.AddControl("Tab", "sometab", "x20 y200 w200 h200", "tab1|tab2|tab3")
tree := this.AddControl("TreeView", "tree", "x300 y600 w100 h200 -Readonly", "")
sysLink := this.AddControl("SysLink", "sysLink", "x800 y500", "For more information about AutoHotkey <A HREF=""http://www.autohotkey.com/forum"">visit the forum</A>, please.")
sysLink := this.AddControl("Link", "sysLink", "x800 y500", "For more information about AutoHotkey <A HREF=""http://www.autohotkey.com/forum"">visit the forum</A>, please.")
__New(title)
{
this.Title := Title
Expand Down