Re: Newbie Question: Changing a Label

2007-09-11 Thread Jim George
On 9/11/07, Brian Hartman <[EMAIL PROTECTED]> wrote: > Hi Everyone. > > I'm trying to write a simple program that changes a label when a button is > clicked. The program compiles and runs, but there's no label change. > Here's what I have in my callbacks.c: > > #ifdef HAVE_CONFIG_H > # include >

Newbie Question: Changing a Label

2007-09-11 Thread Brian Hartman
Hi Everyone. I'm trying to write a simple program that changes a label when a button is clicked. The program compiles and runs, but there's no label change. Here's what I have in my callbacks.c: #ifdef HAVE_CONFIG_H # include #endif #include #include "callbacks.h" #include "interface.h" #in