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

Re: Problem with adjustments




On Thu, 5 Aug 1999, Aaron Lehmann wrote:
> (gdb) p 'calc.c'::text
> $4 = (GtkWidget *) 0x8099688
> (gdb) p 'calc.c'::text->vadj
> There is no member named vadj.

Yeah, sorry - you need to cast to GtkText* - 
p ((GtkText*)->vadj)

I'm just trying to see why it segfaults though, I'm not sure this will
solve your problem.

Havoc




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