GUI component interaction: Difference between revisions

Content deleted Content added
Wutang (talk | contribs)
m BaCon and BBC BASIC moved to the BASIC section.
Line 13: Line 13:
{{omit from|Lotus 123}}
{{omit from|Lotus 123}}
{{omit from|Maxima}}
{{omit from|Maxima}}
{{omit from|Minimal BASIC|It does not handle GUI}}
{{omit from|Nascom BASIC|It does not handle GUI}}
{{omit from|PARI/GP}}
{{omit from|PARI/GP}}
{{omit from|PostScript}}
{{omit from|PostScript}}
{{omit from|Retro}}
{{omit from|Retro}}
{{omit from|SQL PL|It does not handle GUI}}
{{omit from|SQL PL|It does not handle GUI}}
{{omit from|Tiny BASIC|It does not handle GUI}}

{{omit from|Palo Alto Tiny BASIC|It does not handle GUI}}


Almost every application needs to communicate with the user in some way.
Almost every application needs to communicate with the user in some way.
Line 332: Line 335:
; a timer.</syntaxhighlight>
; a timer.</syntaxhighlight>


=={{header|BaCon}}==
=={{header|BASIC}}==
==={{header|BaCon}}===
Requires BaCon version 4.0.1 or higher, using GTK3.
Requires BaCon version 4.0.1 or higher, using GTK3.
<syntaxhighlight lang="bacon">OPTION GUI TRUE
<syntaxhighlight lang="bacon">OPTION GUI TRUE
Line 371: Line 375:
WEND</syntaxhighlight>
WEND</syntaxhighlight>


=={{header|BBC BASIC}}==
==={{header|BBC BASIC}}===
{{works with|BBC BASIC for Windows}}
{{works with|BBC BASIC for Windows}}
<syntaxhighlight lang="bbcbasic"> INSTALL @lib$+"WINLIB2"
<syntaxhighlight lang="bbcbasic"> INSTALL @lib$+"WINLIB2"