Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- require 'zenity'
- dialog = Zenity.new
- dialog.setText = "Get out of www.linux.org.ru"
- dialog.setTitle = "Incomming message" -
- dialog.setType = :info
- dialog.show
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement