RosettaCodeData/Task/Hello-world-Graphical/Zkl/hello-world-graphical.zkl
2017-09-25 22:28:19 +02:00

3 lines
277 B
Text

System.cmd(0'|zenity --info --text="Goodbye, World!"|); // GTK+ pop up
System.cmd(0'|notify-send "Goodbye, World!"|); // desktop notification
System.cmd(0'|xmessage -buttons Ok:0,"Not sure":1,Cancel:2 -default Ok -nearmouse "Goodbye, World!" -timeout 10|); // X Windows dialog