Re: (no subject)
- From: "Iain" <tigermilk btinternet com>
- To: "M.N.S.S.K.Pavan Kumar" <pavan iiit net>, <gtk-list redhat com>
- Subject: Re: (no subject)
- Date: Tue, 13 Jun 2000 12:58:01 +0100
> Gtk-WARNING **: The `GtkPie' class is smaller than its parent class
> `GtkWidget'
> Segmentation fault (core dumped)
>
> The structure _GtkPieClass is as follows :
>
> struct _GtkPieClass {
> GtkWidgetClass *parent_class;
> };
> How is it possible that sizeof(GtkPieClass) is smaller than its parent
> class.
It should be
GtkWidgetClass parent_class;
Not a pointer, but the actual class.
iain
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]