Simple windowed application: Difference between revisions

Fixed the Nim/Nimrod entry (swapped position of header and body), which was hiding inside the Modula-3 entry, and was in turn consuming the Objective-C entry.
(Nimrod -> Nim)
(Fixed the Nim/Nimrod entry (swapped position of header and body), which was hiding inside the Modula-3 entry, and was in turn consuming the Objective-C entry.)
Line 1,122:
implementation("Click")
program("Click")
</pre>import gtk2
 
=={{header|Nim}}==
<lang nim>
import gtk2
 
var
Line 1,143 ⟶ 1,147:
discard button.signal_connect("clicked", SignalFunc clickedMe, label)
win.showAll()
main()</prelang>
 
=={{header|Nim}}==
<lang nim>
 
=={{header|Objective-C}}==
256

edits