2011/12/1 David Nečas :
> 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 classes to the
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 cre
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
>
>
> > 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
On Wed, Nov 30, 2011 at 11:27 PM, Bernhard Schuster <
schuster.bernh...@googlemail.com> wrote:
> 2011/11/30 Almási Dénes :
> > 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
> > component
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 project,