【发布时间】:2015-03-19 20:36:28
【问题描述】:
使用 zenity 我可以创建一个这样的组合框
zenity --entry --title "Window title" --text "Insert your choice." a b c d e
如何在一个对话框中创建两个组合框,我尝试使用这样的分隔符命令
zenity --entry --title "Select Flash Drives" --text "Insert your choice." --separator="," --add-entry="IP address" --add-entry="PORT"
但它说
--separator is not supported for this dialog
是否可以在一个 Zenity 对话框中创建两个组合框
【问题讨论】:
标签: ubuntu-14.04 zenity