Very strange. This has just started with the recent fixes to GTK applied by Fedora on my system. It worked fine until recently.

Still trying to figure out what has changed but this may be a GTK bug.

David Ashley

On 05/14/2010 01:37 PM, Jean-Louis Faucher wrote:
I'm testing RexxGtk and I get an assert error in test2-1.rex.
Gtk-CRITICAL **: gtk_widget_show: assertion `GTK_IS_WIDGET (widget)' failed
David, is it working for you ?

Maybe I'm totally wrong, but it seems that the CSELF assignment should be moved to GtkWidget.

When debugging "show", I see that CSELF is NULL
If I understand correctly, the CSELF variable is searched from subclass to superclass. When ~show is called, is it the pool of GtkWidget which is used as starting point ?

The inheritance is like that (from super to subclass) :
GtkWidget       ~show
GtkContainer
GtkWindow       ~new    ~init   ~set_title


Jean-Louis


------------------------------------------------------------------------------


_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

------------------------------------------------------------------------------

_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to