Re: [gtk-list] Re: Accessing methods of parent objects?



On Wed, 19 Aug 1998, Brett Viren wrote:

> This may not be true (I am still learning GTK+) but if you derive
> DTable from GtkTable, can't you just use all of GtkTable's functions
> with a cast?  So if someone wants to attach a child to a DTable they
> just call:
> 
> 	gtk_table_attach(GTK_TABLE(dtable),child,....);
> 
> Or do I misunderstand the problem?

Yup.  Thanks.  I don't know what I was thinking.  Thanks - Kyle




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