Window creation/X11: Difference between revisions

Content added Content deleted
(Added PureBasic)
(→‎{{header|PureBasic}}: mark incorrect)
Line 164: Line 164:


=={{header|PureBasic}}==
=={{header|PureBasic}}==

{{incorrect|PureBasic|Does not appear to be using an X11 protocol library rather than a toolkit.}}

<lang PureBasic>; A bigger font for text (not necessary)
<lang PureBasic>; A bigger font for text (not necessary)
LoadFont(1,"Arial",30,#PB_Font_Bold)
LoadFont(1,"Arial",30,#PB_Font_Bold)