Re: GTK 3.22 Breaking My Eclipse IDE

2016-10-12 Thread Andres Fernandez
El 13 oct. 2016 1:24, "Kyle Terrien" escribió: > I don't think the theme is necessarily to blame. Something changed in > GTK 3.22, and Eclipse happened to find these issues. This is likely a > regression in GTK. > > From my (limited) understanding, the theme API was

Re: GTK 3.22 Breaking My Eclipse IDE

2016-10-12 Thread Kyle Terrien
On Wed, 12 Oct 2016 12:33:36 -0600 Michael Torrie wrote: > > With Adwaita & Numix themes > > These are all theme (CSS) errors. Apparently theming is expecting > slightly different CSS from what it was using in 3.20 and 3.22 > (again). However, I thought that Adwaita was

Re: GTK+ with Broadway

2016-10-12 Thread Daniel Kasak
I've been using it on+off for a couple of years. As far as widget toolkit functionality goes, it's a stable platform for me. Security is not handled by broadway, except for basic password authentication ( 1 password per linux user who runs broadway apps ). I posted on this topic a little while

GTK+ with Broadway

2016-10-12 Thread Igor D
Hi, I wonder if someone have practical experience with GTK+ with Broadway. I'll be glad to have feedback. Thanks Igor ___ gtk-list mailing list gtk-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-list

Re: GTK 3.22 Breaking My Eclipse IDE

2016-10-12 Thread Michael Torrie
On 10/12/2016 09:19 AM, Markus Walther wrote: > Upgrading to GTK 3.22 broke the Preferences window in my Eclipse IDE. It > has also caused strange positioning of the Eclipse splash-screen at startup > and gives a lot of GTK warnings in the console (see attachment). > > Buttons and text inside the

Re: gobject

2016-10-12 Thread A. Walton
On Wed, Oct 12, 2016 at 7:41 AM, Timothy Ward wrote: > Is there a good tutorial or reference material on gtk gobject "c" > coding. > > 1) Explaining in detail the whole process from what should be in > header files and source files, structure declarations, boiler plate > code

GTK 3.22 Breaking My Eclipse IDE

2016-10-12 Thread Markus Walther
Upgrading to GTK 3.22 broke the Preferences window in my Eclipse IDE. It has also caused strange positioning of the Eclipse splash-screen at startup and gives a lot of GTK warnings in the console (see attachment). Buttons and text inside the Preferences get cut off. This is also the case for many

Re: gobject

2016-10-12 Thread Nicola Fontana
Il Thu, 13 Oct 2016 01:41:03 +1100 Timothy Ward scrisse: > Is there a good tutorial or reference material on gtk gobject "c" > coding. > > 1) Explaining in detail the whole process from what should be in > header files and source files, structure declarations, boiler plate >

gobject

2016-10-12 Thread Timothy Ward
Is there a good tutorial or reference material on gtk gobject "c" coding. 1) Explaining in detail the whole process from what should be in header files and source files, structure declarations, boiler plate code the stages of object creation and dispose and finalize functions. What each function

App-menu

2016-10-12 Thread Timothy Ward
While adding gapplication framework and gtk-application framework code to an existing GUI application. When using a embedded gtk-clutter widget with gobject and sub classed under gtk-application even when using a  gtk-application window the application menu does not show up.  I wanted to move

Re: GTK threads synchronization issues

2016-10-12 Thread Emmanuele Bassi
Hi; On 12 October 2016 at 06:22, wrote: > Hello Colleagues [image: :)] , > I am working on a major project lately, but the last thing I > was experiencing was heavy synchronization issues with g_thred_new. > - > After a while I found out that the problem is because I