Could not find signal handler...

2013-12-11 Thread Ken Bass
I know that this subject has been asked and answered many times, and I have been googling for several days to try to find an answer that works, but to no avail. So, sorry in advance... Here is a snippet of the glade 3 file: ?xml version=1.0 encoding=UTF-8? interface !-- interface-requires gtk+

Re: Could not find signal handler...

2013-12-11 Thread Andrew Potter
On Wed, Dec 11, 2013 at 11:06 AM, Ken Bass daytoo...@gmail.com wrote: I know that this subject has been asked and answered many times, and I have been googling for several days to try to find an answer that works, but to no avail. So, sorry in advance... [...] and the compile and like

Re: Could not find signal handler...

2013-12-11 Thread David King
Hi Ken On 2013-12-11 11:06, Ken Bass daytoo...@gmail.com wrote: /* Create new GtkBuilder object */ builder = gtk_builder_new(); if( ! gtk_builder_add_from_file( builder, UI_FILE, error ) ) { g_warning( %s, error-message ); g_free( error ); return( 1 ); }

Re: GTK+3 Win32 Bundles : RFC

2013-12-11 Thread Matthias Clasen
On Wed, Dec 4, 2013 at 1:40 AM, Tarnyko tarn...@tarnyko.net wrote: Hi folks, Just some news on the Win32 - bundle distribution - side. Main URL : http://win32builder.gnome.org/ The continuous build environment now generates 64-bit bundles. The bundle for GTK+ 3.10.x has been generated.

Re: Removal of icons in buttons/menus

2013-12-11 Thread LE GARREC Vincent
Hi, I'm digging up this post because I made the transition to GTK+3.10. I discovered that GtkImageMenuItem is now depreciated. I just thought that the migration will only puts always-show-image to false by default. I have a simply question : is there a example that shows how to create