Merge pull request #3271 from xland/devel

Add link button for IUP wrapper
This commit is contained in:
Dominik Picheta
2015-08-30 10:38:39 +01:00

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 {.