aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/shell.h
diff options
context:
space:
mode:
authorLeandro A. F. Pereira <leandro@hardinfo.org>2008-10-29 22:38:34 -0300
committerLeandro A. F. Pereira <leandro@hardinfo.org>2008-10-29 22:38:34 -0300
commit8914b84d5db87443b311a9646c9c93ea2b4f2c27 (patch)
tree23b1d97969d0552db405cad6b54a121b679aa3a2 /hardinfo2/shell.h
parentdfca09e8c3faf1ff5f037200f71079d5224c5299 (diff)
parent635ad794d064ca921e791b7f8ed654239b3325b6 (diff)
Merge branch 'master' of git@github.com:lpereira/hardinfo
Diffstat (limited to 'hardinfo2/shell.h')
-rw-r--r--hardinfo2/shell.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/hardinfo2/shell.h b/hardinfo2/shell.h
index f8f3afed..2fa2f968 100644
--- a/hardinfo2/shell.h
+++ b/hardinfo2/shell.h
@@ -65,6 +65,8 @@ typedef enum {
INFO_TREE_COL_DATA,
INFO_TREE_COL_PBUF,
INFO_TREE_COL_PROGRESS,
+ INFO_TREE_COL_EXTRA1,
+ INFO_TREE_COL_EXTRA2,
INFO_TREE_NCOL
} ShellInfoTreeColumns;
@@ -104,7 +106,7 @@ struct _ShellInfoTree {
GtkTreeModel *model;
GtkTreeSelection *selection;
- GtkTreeViewColumn *col_progress, *col_value;
+ GtkTreeViewColumn *col_progress, *col_value, *col_extra1, *col_extra2, *col_textvalue;
};
struct _ShellNote {