mirror of
https://github.com/Airr/nim-cocoa.git
synced 2024-11-24 09:45:30 +00:00
Added instruction to compile 'appdelegate.m' file
This commit is contained in:
parent
10584c0c45
commit
1e74abaa7f
@ -1,5 +1,6 @@
|
||||
{.compile: "widgets/functions.m".}
|
||||
{.compile: "widgets/bind.m".}
|
||||
{.compile: "widgets/appdelegate.m".}
|
||||
|
||||
type
|
||||
ID* = pointer
|
||||
@ -79,4 +80,6 @@ proc newSeparator*(parent: ID; x: cint; y: cint; width: cint): ID {.cdecl, impor
|
||||
|
||||
proc link*( widget: ID, widgetIvar: cstring, target: ID, targetIvar: cstring) {.cdecl, importc:"bindWidget".}
|
||||
|
||||
proc `tooltip=`*(widget: ID, tip: cstring) {.cdecl, importc: "setToolTip".}
|
||||
proc `tooltip=`*(widget: ID, tip: cstring) {.cdecl, importc: "setToolTip".}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user