Interface instance == Object instance?
- From: murrayc t-online de (Murray Cumming)
- To: gtk-devel-list <gtk-devel-list gnome org>
- Subject: Interface instance == Object instance?
- Date: 03 Nov 2001 15:10:06 +0100
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]