tags:

views:

15

answers:

1

Hello,

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

A: 

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+

ChatMiro