Re: gtk_text_inset -> 'text != NULL' error
- From: Darin Adler <darin bentspoon com>
- To: Yuushi <sakura texas net>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: gtk_text_inset -> 'text != NULL' error
- Date: Thu, 19 Jul 2001 16:51:38 -0700
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]