Add link button for IUP wrapper

Add link button for IUP wrapper
This commit is contained in:
xland
2015-08-30 08:30:22 +08:00
parent c718e0eb2d
commit 755d86ff3d

View File

@@ -307,6 +307,8 @@ proc menuv*(children: ptr PIhandle): PIhandle {.
proc button*(title, action: cstring): PIhandle {.
importc: "IupButton", cdecl, dynlib: dllname.}
proc link*(url, title: cstring): PIhandle {.
importc: "IupLink", cdecl, dynlib: dllname.}
proc canvas*(action: cstring): PIhandle {.
importc: "IupCanvas", cdecl, dynlib: dllname.}
proc dialog*(child: PIhandle): PIhandle {.