Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ### Form ###
- yad \
- --form \
- --item-separator=, \
- --separator=" " \
- --field="Combo Box:CB" \
- --field="Combo BoxII:CBE" \
- --field="_RO:RO" \
- --field="Number:NUM" \
- --field="Password:H" \
- --field="File:FL" \
- --field="File II:SFL" \
- --field="File III:MFL" \
- --field="Directory:DIR" \
- --field="Directory II:CDIR" \
- --field="Font:FN" \
- --field="Date:DT" \
- --field="Color:CLR" \
- --field="Button:BTN" \
- --field="_LBL:LBL" \
- --field="Check Box:CHK" \
- "apple, banana" \
- "apple, banana" \
- "radio" \
- "1" \
- "password" \
- "/usr/bin/yad" \
- "/usr/bin/yad" \
- "/usr/bin/yad" \
- "/usr/bin/" \
- "/usr/bin/" \
- "" \
- "Date" \
- "Button" \
- "LBL" \
- FALSE \
- --button="WebUpd8:2" \
- --button="gtk-ok:0" \
- --button="gtk-cancel:1"
- ### List ###
- yad \
- --width=500 --height=300 \
- --separator=" " \
- --title="Autostart editor" \
- --image="gtk-execute" \
- --text="Add/remove autostart items" \
- --list --editable --print-all --multiple \
- --column="Command" \
- --column="Name" \
- --column="Description" \
- --on-top \
- --class="on-top" \
- --hide-column=3
- # --button="PastePW:4" --button="gtk-edit:2" --button="gtk-ok:0" --button="gtk-cancel:1"
- ### Input Box ###
- yad \
- --width=500 --center \
- --window-icon="gtk-execute" \
- --title="Title" \
- --text="Text" \
- --image="gtk-execute" \
- --hide-text \
- --entry \
- --entry-label="Wallpaper Search:" \
- # <b>USER</b>
- # --image="/usr/share/icons/skype.png"
- # --window-icon=/usr/share/icons/skype.png \
- # --name="Name"
- --read-dir="/home/jlee/Pictures"
- ### Combo Box ###
- yad \
- --width 300 \
- --entry \
- --title "System Logout" \
- --image=gnome-shutdown \
- --button="Switch User:2" \
- --button="gtk-ok:0" \
- --button="gtk-close:1" \
- --text "Choose action:" \
- --entry-text \
- "Power Off" "Reboot" "Suspend" "Logout"
- # --editable
- ### Text Info ###
- yad \
- --text-info \
- --title="title" \
- --text="text:" \
- --image="dialog-error" \
- --geometry=400x150+440+435 \
- --button="gtk-close:1" \
- --filename=/home/jlee/input
- ### Message Box ###
- yad \
- --title="title" \
- --text="Computer will be shut down soon." \
- --image="dialog-error" \
- --button="gtk-close:1"
- ### Drag and Drop ###
- yad --dnd --tooltip --command=vlc
Advertisement
Add Comment
Please, Sign In to add comment