[lazarus] Menu Text...
Michael A. Hess
mhess at miraclec.com
Mon Jul 5 19:26:03 EDT 1999
Jeffrey A. Wormsley wrote:
>
> Gtk-WARNING **: gtk_signal_connect(): could not find signal "clicked"
> in the `GtkNotebook' class ancestry
>
> Gtk-WARNING **: gtk_signal_connect(): could not find signal "pressed"
> in the `GtkNotebook' class ancestry
>
> Gtk-WARNING **: gtk_signal_connect(): could not find signal "released"
> in the `GtkNotebook' class ancestry
>
> Gtk-WARNING **: gtk_signal_connect(): could not find signal "enter" in
> the `GtkNotebook' class ancestry
>
> Gtk-WARNING **: gtk_signal_connect(): could not find signal "leave" in
> the `GtkNotebook' class ancestry
> An unhandled exception occurred at 0041E1D3 :
> Access violation
What is happening here is that the code is trying to setup signal
callbacks for these types of signals but this perticular widget doesn't
know what they are. The code as I saw it last was trying to set these
signals up for every widget being created which shouldn't be happening.
--
==== Programming my first best destiny! ====
Michael A. Hess Miracle Concepts, Inc.
mhess at miraclec.com http://www.miraclec.com
More information about the Lazarus
mailing list