Window creation/X11: Difference between revisions

Content added Content deleted
Line 156: Line 156:
=={{header|Common Lisp}}==
=={{header|Common Lisp}}==


{{field attention|Common Lisp|X11|This example was written in near-total ignorance of X11 by consulting the [http://www.cliki.net/CLX%20Manual CLX manual] to find equivalents for the parts of the C example. It was also only tested with [[Mac OS X]] X11, which is not exactly normal.}}
{{field attention|Common Lisp|X11|This example was written in near-total ignorance of X11 by consulting the [http://www.cliki.net/CLX%20Manual CLX manual] to find equivalents for the parts of the C example. It was also only tested with [[Mac OS X]] X11, which is not exactly normal. — (ps: Testing on Linux (Fedora 21/x86-64), it seems to display black-on-black, so the "Hello" is lost.)}}


{{trans|C}}
{{trans|C}}
Line 189: Line 189:
t #| non-nil result signals event-case to exit |#))))
t #| non-nil result signals event-case to exit |#))))
(close-display display))</lang>
(close-display display))</lang>

=={{header|Go}}==
=={{header|Go}}==
{{trans|C}}
{{trans|C}}