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

2011-11-30 Thread 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 you can, > Thx , Gabry. > H

Re: Embedding OpenGL into GTK apps

2011-11-30 Thread Bernhard Schuster
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. > > GtkGlExt (surprisingly - quite out of support) does not seem to work. I >

Embedding OpenGL into GTK apps

2011-11-30 Thread 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. GtkGlExt (surprisingly - quite out of support) does not seem to work. I even tried to link against it with gtk 2

Re: gtk_tree_view_column_set_cell_data_func gives GTK-CRITICAL error

2011-11-30 Thread James Steward
On 30/11/11 20:04, Tadej Borovšak wrote: Hi. 2011/11/30 James Steward: col = gtk_tree_view_insert_column_with_attributes ( GTK_TREE_VIEW (view), -1, "Title", renderer, "text", i, "strikethrough", j,

Re: Alignment of markup labels in menu items

2011-11-30 Thread James Tappin
On 30 November 2011 11:31, James Tappin wrote: > there is a problem with alignment: while > a plain text label is correctly centred in the pulldown menu, a markup > label begins at the centre (even if it does not actually include any > markup). I should add, the problem does not manifest itself

Alignment of markup labels in menu items

2011-11-30 Thread James Tappin
I'm trying to add the capability to add a label formatted with Pango markup to buttons and menu items in the "high-level" interface to gtk-fortran. While the following is successful in producing subscripts in labels when the markup flag is set, there is a problem with alignment: while a plain text

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

2011-11-30 Thread 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 you can, Here is a starting point to install GTK on OSX: http://live.gnome.org/GTK

Re: gtk_tree_view_column_set_cell_data_func gives GTK-CRITICAL error

2011-11-30 Thread Tadej Borovšak
Hi. 2011/11/30 James Steward : > col = gtk_tree_view_insert_column_with_attributes ( >                GTK_TREE_VIEW (view), >                -1, >                "Title", >                renderer, >                "text", i, >                "strikethrough", j, >                "background", k, >