On Sun, 2010-01-24 at 02:06 -0500, ArbolOne wrote: > Hello! > I downloaded all the files from: > http://git.gnome.org/browse/libegg/tree/libegg/toolpalette > (libegg/toolpalette) > but when I tried to compile the code, I found that 'eggmarshalers.h' > is missing from the library, where can I get this file from?
It's generated. Did you do ./autogen.sh and make at the top-level of libegg? Note that Gtk::ToolPalette is now in the unstable version of gtkmm: http://www.murrayc.com/blog/permalink/2010/01/20/gtktoolpalette-in-gtk-2-20/ > > > > The GtkToolPallete widget should do offer this soon in a future version > > > > of GTK+ and gtkmm. In the meantime, you can use the EggToolpallete code > > > > in libegg. There's a demo there too. > > > > http://git.gnome.org/cgit/libegg/tree/ > > > > > > > > I use it in Glom. It's a C API (until it goes into GTK+), but that's OK. -- [email protected] www.murrayc.com www.openismus.com _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
