aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/shell.h
diff options
context:
space:
mode:
authorLeandro A. F. Pereira <leandro@hardinfo.org>2007-01-05 02:59:47 +0000
committerLeandro A. F. Pereira <leandro@hardinfo.org>2007-01-05 02:59:47 +0000
commit5c78971c19a9f941c896b2c818d45319b64651b3 (patch)
treee5d69148d5d38427f3152ae486f4ce5685adea65 /hardinfo2/shell.h
parenta1054182ecd202db45cde1883991d70dbb954763 (diff)
LoadGraph optimizations, enhancements and cleanups.
Diffstat (limited to 'hardinfo2/shell.h')
-rw-r--r--hardinfo2/shell.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/hardinfo2/shell.h b/hardinfo2/shell.h
index e6134443..ff096e5f 100644
--- a/hardinfo2/shell.h
+++ b/hardinfo2/shell.h
@@ -90,6 +90,7 @@ struct _ShellTree {
GtkWidget *scroll;
GtkWidget *view;
GtkTreeModel *model;
+ GtkTreeSelection *selection;
GSList *modules;
};
@@ -97,9 +98,10 @@ struct _ShellTree {
struct _ShellInfoTree {
GtkWidget *scroll;
GtkWidget *view;
- GtkTreeModel *model;
+ GtkTreeModel *model;
+ GtkTreeSelection *selection;
- GtkTreeViewColumn *col_progress, *col_value;
+ GtkTreeViewColumn *col_progress, *col_value;
};
struct _ShellModule {
@@ -134,7 +136,6 @@ struct _ShellModuleEntry {
struct _ShellFieldUpdate {
ShellModuleEntry *entry;
gchar *field_name;
- gboolean loadgraph;
};
void shell_init(GSList *modules);