aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/shell.h
diff options
context:
space:
mode:
Diffstat (limited to 'hardinfo2/shell.h')
-rw-r--r--hardinfo2/shell.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/hardinfo2/shell.h b/hardinfo2/shell.h
index 726ec3e9..b9ba7aa8 100644
--- a/hardinfo2/shell.h
+++ b/hardinfo2/shell.h
@@ -39,6 +39,7 @@ typedef enum {
SHELL_VIEW_NORMAL,
SHELL_VIEW_DUAL,
SHELL_VIEW_LOAD_GRAPH,
+ SHELL_VIEW_PROGRESS,
} ShellViewType;
typedef enum {
@@ -54,6 +55,7 @@ typedef enum {
INFO_TREE_COL_VALUE,
INFO_TREE_COL_DATA,
INFO_TREE_COL_PBUF,
+ INFO_TREE_COL_PROGRESS,
INFO_TREE_NCOL
} ShellInfoTreeColumns;
@@ -88,6 +90,8 @@ struct _ShellInfoTree {
GtkWidget *scroll;
GtkWidget *view;
GtkTreeModel *model;
+
+ GtkTreeViewColumn *col_progress, *col_value;
};
struct _ShellModule {