Re: Embedding OpenGL into GTK apps

2011-12-01 Thread Almási Dénes
On Wed, 2011-11-30 at 23:27 +0100, Bernhard Schuster 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 for my thesis at university. > > >

Displaying domain objects with GtkTreeView

2011-12-01 Thread Rafał Krupiński
Hello How do I display list of custom objects in GtkTreeView? GtkTreeView takes GtkListStore as a model, but it doesn't allow custom objects, only list of gobjects. On the other hand, when I want to read list's selection all I get is the GtkListStore model - list of gobjets and I have to figure o

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

2011-12-01 Thread Tomaz Canabrava
2011/11/30 xiaobo : > > 在 2011-11-30 下午5:56 時, Gabriele Greco 寫到: > >> >> >> On Wed, Nov 30, 2011 at 2:35 AM, xiaobo wrote: >> I work between gnome and os x, sometime I will write my gnome app in Debian >> and , >> when I change to OS X , can I continue to write my gnome app in OS X ? >> >> Yes y

Re: Displaying domain objects with GtkTreeView

2011-12-01 Thread David Nečas
On Thu, Nov 24, 2011 at 04:30:25PM +0100, Rafał Krupiński wrote: > How do I display list of custom objects in GtkTreeView? > GtkTreeView takes GtkListStore as a model, but it doesn't allow custom > objects, only list of gobjects. > > On the other hand, when I want to read list's selection all I ge