mån 2011-10-17 klockan 22:13 +0300 skrev Jorge Orf: > I think I found a typo in "Programming with Gtkmm" on page 79 > (7.2.4.2. Example): > > #include <gtkmm.h> > #include <packbox.h> > class ExampleWindow : public Gtk::Window > > should be > > #include <gtkmm.h> > #include "packbox.h" > class ExampleWindow : public Gtk::Window > > Hope it was helpful
This bug was fixed in the git repository 2009-08-20. Seems you have a fairly old version of "Programming with Gtkmm". Check here, if you like: http://git.gnome.org/browse/gtkmm-documentation/tree/examples/book/box/examplewindow.h Or here: http://developer.gnome.org/gtkmm-tutorial/stable/ _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
