GNOME Bugzilla – Bug 156170
Gtk::FileChooserWidget can't be found due to missing include in gtkmm.h
Last modified: 2004-12-22 21:47:04 UTC
try making a FileChooserWidget and compile it. It will say the fileChooserWidget is not a part of the Gtk:: namespace. After a bit of research i found out the the gtkmm.h doesn't include gtkmm/filechooserwidget.h. Could you please add it ?
Done. Thanks for pointing this out. In the meantime, just include the file directly. Please don't mark stuff as major.