Window creation/X11: Difference between revisions

Content added Content deleted
(Added FreeBASIC)
(Added PureBasic)
Line 1,856: Line 1,856:
(bye)</syntaxhighlight>
(bye)</syntaxhighlight>


=={{header|Python}}==
=={{header|PureBasic}}==
PureBasic does not have direct support for the X11 library like Xlib or XCB.


See [[Window_creation#PureBasic]].

=={{header|Python}}==
=== Xlib ===
=== Xlib ===
{{field attention|Python|X11|Note (stolen from CLX example): This example was written in near-total ignorance of X11 by consulting the python-xlib's examples (included in its distribution) to find equivalents for the parts of the C example.}}
{{field attention|Python|X11|Note (stolen from CLX example): This example was written in near-total ignorance of X11 by consulting the python-xlib's examples (included in its distribution) to find equivalents for the parts of the C example.}}