Window creation/X11: Difference between revisions

Added PureBasic
(Added FreeBASIC)
(Added PureBasic)
Line 1,856:
(bye)</syntaxhighlight>
 
=={{header|PythonPureBasic}}==
PureBasic does not have direct support for the X11 library like Xlib or XCB.
 
See [[Window_creation#PureBasic]].
 
=={{header|Python}}==
=== 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.}}
2,123

edits