Re: gtk_text_inset -> 'text != NULL' error



On Friday, July 20, 2001, at 06:27  AM, Yuushi wrote:

Gtk-WARNING **: invalid cast from (NULL) pointer to `GtkText'
Gtk-CRITICAL **: file gtktext.c: line 953 (gtk_text_insert): assertion `t
ext != NULL' failed.

Both of these warnings mean that your global variable txtInput has NULL in it. I know you said that it "is already created and visible" but for some reasons, your global variable does not have a pointer to the widget in it.

    -- Darin




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]