Window creation/X11: Difference between revisions

Content added Content deleted
(omit from Unlambda)
m (Needs graphics)
Line 1: Line 1:
{{task|GUI}}
{{task|GUI}}[[requires::Capability:Graphics| ]]
Create a simple X11 application, using an X11 protocol library such as Xlib or XCB, that draws a box and "Hello World" in a window. Implementations of this task should avoid using a toolkit as much as possible.
Create a simple X11 application, using an X11 protocol library such as Xlib or XCB, that draws a box and "Hello World" in a window. Implementations of this task should ''avoid using a toolkit'' as much as possible.


=={{header|ALGOL 68}}==
=={{header|ALGOL 68}}==