Re: [glade--]wrong declaration for visibility_notify_event
- From: Christof Petig <christof petig-baender de>
- To: Philipp Klaus Krause <pkk spth de>
- Cc: glademm-list gnome org
- Subject: Re: [glade--]wrong declaration for visibility_notify_event
- Date: Mon, 03 May 2004 18:25:57 +0200
Philipp Klaus Krause schrieb:
I created a program with glade-2 that has
Drawing area widget in it. The widget resides in it's
own class and file. I added a signal handler for
visibility_notify_event. The declaration in the
_glade.hh header file generated is
virtual void
on_mainview_visibility_notify_event() = 0;
while it should be
virtual bool
on_mainview_visibility_notify_event(GdkEventVisibility* ev) = 0;
fixed in CVS.
Christof
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]