chunlong84 wrote:
I just include <gtkmm.h>,and i can use Gtk,Gdk,Glib,Cario,but only Gio doesn't work. why need to include <giomm.h>? _______________________________________________ gtkmm-list mailing list gtkmm-list gnome org http://mail.gnome.org/mailman/listinfo/gtkmm-list
simply because gtkmm does not use giomm directly, so it doesn't include it automatically. In the future if gtkmm gains API that exposes giomm types directly, then giomm would be included automatically, but that's not the case right now.
-- jonner