Bug in GtkInvisible
- From: Federico Mena Quintero <federico nuclecu unam mx>
- To: gtk-devel-list redhat com
- Subject: Bug in GtkInvisible
- Date: Fri, 16 Apr 1999 22:27:31 -0400
GtkInvisible has this:
struct _GtkInvisible
{
GtkBin bin;
};
struct _GtkInvisibleClass
{
GtkBinClass parent_class;
};
But it also has this in gtk_invisible_get_type():
invisible_type = gtk_type_unique (GTK_TYPE_WIDGET, &invisible_info);
which is obviously wrong :-)
Federico
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]