Re: Using gtkmm and gtk+ in one application

2011-02-28 Thread Jens Georg
On Sun, 2011-02-27 at 18:36 +0100, Stefan Westerfeld wrote: To see if that would work, I've tried to use a gtk+ hello world, written in C. Then I added a file written in C++, which would create a Gtk::Main object (after gtk_init was called by the C application), and then some widgets. That

Using gtkmm and gtk+ in one application

2011-02-27 Thread Stefan Westerfeld
Hi! I am a C++ programmer, thus I like gtkmm much better than gtk+ from a programming point of view. So I use it for new gui code I write. However I'd like to extend an existing gtk+ application that consists of lots of C/gtk+ code. My plan would be to make a plugin to the gtk+ application and