[Boa Constr] A couple of wxGTK Bugs
Status: Beta
Brought to you by:
riaan
From: Bell J. <jbe...@ya...> - 2002-04-16 06:27:20
|
Hi Riaan, Test driving the latest Boa CVS (downloaded 13 Apr) I found a couple of Gtk problems: (1) Setting the menu bar property for a frame results in the following errors on Post: ** CRITICAL **: file ../src/gtk/win_gtk.c: line 823 (gtk_pizza_remove): assertion `GTK_IS_WIDGET (widget)' failed. Gtk-CRITICAL **: file gtkwidget.c: line 4871 (gtk_widget_ref): assertion `GTK_IS_WIDGET (widget)' failed. Gtk-CRITICAL **: file gtkwidget.c: line 1251 (gtk_widget_unparent): assertion `GTK_IS_WIDGET (widget)' failed. Gtk-CRITICAL **: file gtkwidget.c: line 1692 (gtk_widget_unrealize): assertion `GTK_IS_WIDGET (widget)' failed. Gtk-CRITICAL **: file gtkwidget.c: line 1388 (gtk_widget_destroy): assertion `GTK_IS_WIDGET (widget)' failed. (2) Blanking the 'Value' in a wxTextCtrl after changing the style to wxTE_MULTILINE in the constructor immediately results in the following error and the field is not cleared. Oddly, if I change to some other styles the value is still not cleared, but I don't get the Gtk error. Do the Value change first and all is OK.: Gtk-CRITICAL **: file gtktext.c: line 906 (gtk_text_get_length): assertion `GTK_IS_TEXT (text)' failed. __________________________________________________ Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax http://taxes.yahoo.com/ |