带有IFileDialog的GtkFileChooserNative和额外的小部件

时间:2019-06-16 15:11:47

标签: python windows gtk

根据/* If we can get away without forking and there are no pipes to deal with, don't bother to fork, just directly exec the command. */ 的文档,无法添加小部件。

但是底层GtkFileChooserNative暗示。确实支持它,请参见Is there an easy way to create a C# .NET file dialog with encoding dialog box?

使用Gtk,即使用IFileDialogIFileDialog添加某些字符(如字符编码)的最佳方法是什么?

1 个答案:

答案 0 :(得分:1)

它是完全私有的,因此没有受支持的方法。您可能会做一些丑陋的win32事情来直接查找和修改窗口,修补GTK本身,或者只是制作一个自定义文件选择器对话框。