aquaballoon

zenity - combo box

Dec 3rd, 2011
394
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.13 KB | None | 0 0
  1. #!/bin/bash
  2. array=(a b c d e)
  3. value=$(zenity --entry --title "Window title" --text "${array[@]}" --text "Insert your choice.")
  4.  
  5.  
Advertisement
Add Comment
Please, Sign In to add comment