Hi Ken
On 2013-12-11 11:06, Ken Bass 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 );
}
/* Connect sign
On Wed, Dec 11, 2013 at 11:06 AM, Ken Bass 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 commands:
>
> gcc -I/us
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:
...
0
True