Re: gtk_tree_store_set



On 7/28/05, Tim Müller <zen18864 zen co uk> wrote:
So what GTypes are those columns, ie. what does your gtk_tree_store_new() line
look like?

What type does your calc() function return? float? int? something else?

What type is g_fs.used?


This is tree_store_new:

        GtkTreeStore * mdl = gtk_tree_store_new(10, 
                                        G_TYPE_STRING,
                                        G_TYPE_STRING,
                                        GDK_TYPE_PIXBUF,
                                        G_TYPE_FLOAT,
                                        G_TYPE_STRING,
                                        G_TYPE_DOUBLE,
                                        G_TYPE_STRING,
                                        G_TYPE_INT,
                                        G_TYPE_STRING,
                                        G_TYPE_DOUBLE);

Function calc() returns a gchar* , while g_fs.used is a guint64.



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