On Wed, 2009-07-01 at 12:01 +0100, Chris Brown wrote: > Hi, > > I am trying to get gstreamermm working in wxWidgets. Has anyone here had > success with doing this: is it even possible?
I don't know much about wxWidgets, but I don't really see why it shouldn't be possible. gstreamermm does rely on glibmm, particularly its automatic pointer class Glib::RefPtr<> but is doesn't require gtkmm except for the examples. > In particular, I'm trying to find the equivalent wxWidgets > implementation of Gtk::DrawingArea - does anyone know if this can be done? I really couldn't tell you. Maybe someone in a wxWidget list might be able to suggest a comparable widget. Maybe you could consider using gtkmm. -- José Alburquerque _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
