Re: Displaying domain objects with GtkTreeView

2011-12-02 Thread Rafał Krupiński
2011/12/1 David Nečas y...@physics.muni.cz: What are you talking about?  You can pass any GObject-derived type as the column type (not that it matters much, the net result is the same as passing G_TYPE_OBJECT).  You get back the objects that you stored there. If you store objects of different

Re: Displaying domain objects with GtkTreeView

2011-12-02 Thread David Nečas
On Fri, Dec 02, 2011 at 03:55:51PM +0100, Rafał Krupiński wrote: I rather meant to use my object as a model for a whole, multi-column row, somehow binding fields or properties to columns. It makes no sense (to me anyway) to imagine one object as multiple *model* columns. But it is easy to

Re: Displaying domain objects with GtkTreeView

2011-12-02 Thread Edheldil
On 12/02/2011 04:01 PM, David Nečas wrote: On Fri, Dec 02, 2011 at 03:55:51PM +0100, Rafał Krupiński wrote: I rather meant to use my object as a model for a whole, multi-column row, somehow binding fields or properties to columns. It makes no sense (to me anyway) to imagine one object as

Re: Can I develop gtk app in Mac OS X ?

2011-12-02 Thread Gabriele Greco
Here is a starting point to install GTK on OSX: http://live.gnome.org/GTK%2B/OSX/ And It can running separately from X in OSX? YES, the build documentation I pointed to is for the native (Quartz) version of GTK, that works quite well (still has some minor bugs here and there). You

Re: Embedding OpenGL into GTK apps

2011-12-02 Thread Dénes Almási
On Wed, Nov 30, 2011 at 11:27 PM, Bernhard Schuster schuster.bernh...@googlemail.com wrote: 2011/11/30 Almási Dénes denes.alm...@gmail.com: Hi, I would need some clarification on embedding an opengl canvas into a GTK 3.0 application. Is it possible? And if so, how? This is a necessary

Re: Can I develop gtk app in Mac OS X ?

2011-12-02 Thread Miroslav Rajcic
Here is a starting point to install GTK on OSX: http://live.gnome.org/GTK%2B/OSX/ And It can running separately from X in OSX? Not yet. Actually you can run it separately from X server, like an ordinary application, when using Quartz backend. What you need is is to check GTK-OSX