Interface instance == Object instance?



GtkTreeStore inherits from GObject and implements the GtkTreeModel
interface

If I have a GtkTreeStore instance treestore, 
GtkTreeStore* treestore = gtk_tree_store_new( ... );

will
GTK_TREE_MODEL(treestore) == G_OBJECT(treestore)


-- 
Murray Cumming
murrayc usa net
www.murrayc.com




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