Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
FileChooserDialog 可以选择在关闭对话框时获取 gfile。我必须做什么才能通过单击 GtkFileChooserWidget 中的文件来获取 gfile?
是否有可能当用户打开文件夹到文件时。滚动到文件或文件突出显示后,如何获取文件的 gfile。
当用户想要获取 gfile 时,我有一个按钮可以点击
我在想也许我需要调用 GtkFileChooser 函数来以某种方式选择文件,但我需要编写代码以便 GtkFileChooserWidget 告诉我选择的文件。