Re: [glade--]wrong declaration for visibility_notify_event
Christof Petig <[email protected]> Mon, 03 May 2004 18:25:57 +0200
| Newsgroups | gmane.comp.gnome.glademm |
|---|---|
| Organization | Adolf Petig GmbH & Co. KG |
| Message-ID | <[email protected]> |
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