RosettaCodeData/Task/Hello-world-Graphical/Zkl/hello-world-graphical.zkl

4 lines
277 B
Text
Raw Permalink Normal View History

2017-09-23 10:01:46 +02:00
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