Re: does being inside a grid make an entry more editable?

2017-03-10 Thread Tilo Villwock
Hello Dan, I don't think this issue is related to entries being placed inside a grid. I created this minimal example and it's working fine for me: #include static void activate(GApplication* app, gpointer user_data) { GtkWidget* window = gtk_application_window_new(

Re: Homogeneous table

2017-03-10 Thread Rúben Rodrigues
HI, Thanks for your reply. NExt i will change to gtk3, but i think that i need to change many things.. It could be simple to make a homogeneous table and hide images, unfortunately not.. On 09-03-2017 18:59, cecas...@aol.com wrote: Hi Ruben, Consider using a drawing

Re: Migrate to gtk3.0

2017-03-10 Thread Emmanuele Bassi
On 10 March 2017 at 15:11, Rúben Rodrigues wrote: > Hi, > > i'm trying to migrate from gtk2.0 to gtk3.0 and i'm following gnome > tutorial > https://developer.gnome.org/gtk3/stable/gtk-migrating-2-to-3.html#id-1.6.3.3 > > When i put > > make CFLAGS+="-DGDK_DISABLE_DEPRECATED

Seperating Multiple processes

2017-03-10 Thread Mike Martin
Hi I have a weird issue on an application I am developing The application is fully tabbed and runs loops to transcode video files, and I would like to be able to run the main transcoding loop fully in parrellel, ie: the process running in one tab is totally seperate to that running in another tab

Migrate to gtk3.0

2017-03-10 Thread Rúben Rodrigues
Hi, i'm trying to migrate from gtk2.0 to gtk3.0 and i'm following gnome tutorial https://developer.gnome.org/gtk3/stable/gtk-migrating-2-to-3.html#id-1.6.3.3 When i put make CFLAGS+="-DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED" to don't use deprecated symbols I get this errors:

Re: Migrate to gtk3.0

2017-03-10 Thread Rúben Rodrigues
Thanks Mr. Bassi! Yes, i'm using GtkPlot! SO, I think I'm unable to migrate this to gtk3 because of graphs. SOmeone who knows something about this charts? http://madebyryan.blogspot.pt/2011/08/smooth-curves-for-gtk-chart-component.html Thanks. On 10-03-2017 15:26, Emmanuele Bassi wrote: >

Re: Migrate to gtk3.0

2017-03-10 Thread jcupitt
On 10 March 2017 at 15:48, Rúben Rodrigues wrote: > Yes, i'm using GtkPlot! SO, I think I'm unable to migrate this to gtk3 > because of graphs. SOmeone who knows something about this charts? > http://madebyryan.blogspot.pt/2011/08/smooth-curves-for-gtk-chart-component.html

Re: Seperating Multiple processes

2017-03-10 Thread Eric Cashon via gtk-app-devel-list
Hi Mike, Have you looked at using a thread pool? https://developer.gnome.org/glib/stable/glib-Thread-Pools.html If you have a folder full of files that you want to transcode you can set up your thread pool to cycle through them. Eric ___

Re: does being inside a grid make an entry more editable?

2017-03-10 Thread Dan Hitt
Thanks a million Tilo! Your example (which works compiles and runs just fine on my system) proves that my problem lies elsewhere. As to my gtk version, it is probably 3.22.8 (i'm using debian, and installed the gtk3 examples package, and i believe as a result of that i have an app called

Re: does being inside a grid make an entry more editable?

2017-03-10 Thread Dan Hitt
ok, i suppose that i said i would report, so i guess i have to own up to it - i really goofed, and had a shadow variable that i was changing the editability of (so the item in the grid never got it's editability modified). (so: nothing to do with gtk3, or grid, or entry, or anything except me

Re: Homogeneous table

2017-03-10 Thread Stefan Salewski
On Fri, 2017-03-10 at 10:32 +, Rúben Rodrigues wrote: > HI, > > Thanks for your reply. NExt i will change to gtk3, but i think that i > need to change many things.. It could be simple to make a homogeneous > table and hide images, unfortunately not.. I don't know exactly what you desire, but