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
>
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