gtkmm - FileChooserDialog - set_show_hidden(true); ->文件夹被隐藏了!
我不知道为什么这段代码在 Windows 上不起作用。隐藏文件夹不显示!
Gtk::FileChooserDialog dialog("Please choose the ZUP-file directory",
Gtk::FILE_CHOOSER_ACTION_SELECT_FOLDER);
dialog.set_show_hidden(true);
有什么想法吗?
谢谢
I don´t have a clue why this code doesn´t work on Windows. Hidden folders are not shown!
Gtk::FileChooserDialog dialog("Please choose the ZUP-file directory",
Gtk::FILE_CHOOSER_ACTION_SELECT_FOLDER);
dialog.set_show_hidden(true);
Any ideas?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果它是一个错误,您可以将其记录在 gnome bugzilla bugtracker 站点中。我想知道它是否在 Windows 上显示以点开头的文件,或者不使用 set_show_hidden(true)...如果没有,则可能是 gtk+ 中的错误
If its a bug, you can file it in the gnome bugzilla bugtracker site. I wonder if it shows files starting with a dot on windows or not with set_show_hidden(true)... If it doesn't, its prolly a bug in gtk+