Re: gtk_tree_store_set
- From: The Saltydog <thesaltydog gmail com>
- To: gtk-app-devel-list gnome org
- Subject: Re: gtk_tree_store_set
- Date: Thu, 28 Jul 2005 13:16:31 +0200
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]