mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 01:14:41 +00:00
Add link button for IUP wrapper
Add link button for IUP wrapper
This commit is contained in:
@@ -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 {.
|
||||
|
||||
Reference in New Issue
Block a user