Sha256: ab1b2bce22b05227cc1345bc1329de0c980315ea97e979897c85d5012d0bbb8a
Contents?: true
Size: 432 Bytes
Versions: 6
Compression:
Stored size: 432 Bytes
Contents
Shoes.app do #app.set_window_title "Blitz" stack do para "Press button and look in your system's notification area" ctr = 0; button "Notify" do ctr += 1 icp = '' if ctr % 3 != 0 icp = "#{DIR}/static/shoes-icon.png" else icp = "#{DIR}/static/shoes-icon-red.png" end systray title: "#{app.name} Notify Test", message: "message ##{ctr}", icon: icp end end end
Version data entries
6 entries across 6 versions & 2 rubygems