RE: drawing with glade
- From: martyn 2 russell bt com
- To: samir labspot ufsc br, gtk-app-devel-list gnome org
- Subject: RE: drawing with glade
- Date: Tue, 11 Mar 2003 09:26:01 -0000
But unfortunatelly, when I try to compile this errors appear:
callbacks.c:594: conflicting types for `on_drawingarea1_motion_event'
callbacks.h:138: previous declaration of
`on_drawingarea1_motion_event'
Does anyone have any idea or tip to solve this problem ????
it sounds like you have it declared twice, e.g.
int a()
/* code */
int a()
{
}
.
.
.
.
void a()
{
}
Regards,
Martyn
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]