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

Re: Help with Clutter::Scriptable

2011-02-28 Thread Chris Kühl
On Sun, Feb 27, 2011 at 4:51 AM, Brian Gregg biscuitalmig...@gmail.com wrote: You notice in my main.cpp file that I used mostly the C API to get what I wanted from the script.  I tried to use cluttermm objects first, but this would often not work as expected. I'm pretty sure you were running