After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 156170 - Gtk::FileChooserWidget can't be found due to missing include in gtkmm.h
Gtk::FileChooserWidget can't be found due to missing include in gtkmm.h
Status: RESOLVED FIXED
Product: gtkmm
Classification: Bindings
Component: general
2.4
Other Linux
: Normal major
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2004-10-22 18:50 UTC by Arjan Timmerman
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Arjan Timmerman 2004-10-22 18:50:46 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 ?
Comment 1 Murray Cumming 2004-10-25 21:18:22 UTC
Done. Thanks for pointing this out. In the meantime, just include the file directly.

Please don't mark stuff as major.